1
0
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:
Leo Franchi
2012-02-16 22:36:46 -05:00
parent 6638d74687
commit 2412266a34

View File

@@ -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 )
{ {