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