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:
Maks Orlovich 2007-09-23 15:30:05 +00:00
parent 0d2e2cdfcc
commit 5ac0521ba4

View file

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