Unmessup the indendation on this line... Thanks diff.
/me goes to look for a kate setting to make the tab indicators visible w/o squinting again svn path=/trunk/KDE/kdebase/workspace/; revision=715953
This commit is contained in:
parent
0d2e2cdfcc
commit
5ac0521ba4
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ void ButtonDropSite::dropEvent( QDropEvent* e )
|
|||
buttonItem = m_selected;
|
||||
|
||||
// If we're inserting to the right of oldPos, in the same list,
|
||||
// better adjust the index..
|
||||
// better adjust the index..
|
||||
if (buttonList == oldList && buttonPosition > oldPos)
|
||||
--buttonPosition;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue