fix adding dock at the bottom when shouldnt

--if the user was adding docks too fast then
some of them were added at the bottom because
that was conflicting with the session
implementation. The fix fixes the situation
and preserves the alternative session functionality
v0.6
Michail Vourlakos 8 years ago
parent 2487495241
commit 5fe32aa7eb

@ -976,7 +976,6 @@ void DockCorona::loadDefaultLayout()
emit containmentAdded(defaultContainment);
emit containmentCreated(defaultContainment);
m_waitingSessionDocksCreation = true;
addDock(defaultContainment);
defaultContainment->createApplet(QStringLiteral("org.kde.latte.plasmoid"));
defaultContainment->createApplet(QStringLiteral("org.kde.plasma.analogclock"));

Loading…
Cancel
Save