mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix painting initial coordinate for qMin
This commit is contained in:
@@ -365,7 +365,7 @@ AccountDelegate::drawAccountList( QPainter* painter, QStyleOptionViewItemV4& opt
|
|||||||
int runningRightEdge = rightEdge;
|
int runningRightEdge = rightEdge;
|
||||||
int current = 0;
|
int current = 0;
|
||||||
|
|
||||||
int leftOfAccounts = 0;
|
int leftOfAccounts = rightEdge;
|
||||||
|
|
||||||
if ( accts.size() % 2 == 1 )
|
if ( accts.size() % 2 == 1 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user