SVN commit 1004743 by aseigo: reset the interface after setting the location-based layout patch by Felix Geyer CCMAIL:debfx-kde@fobos.de BUG:201998 M +2 -0 launcher.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/ui/launcher.cpp #1004742:1004743 @@ -866,7 +866,9 @@ break; } } + d->panelEdge = location; + reset(); } #include "launcher.moc"