From 9529fe8a3c635dd44dad1623d17f670793b7bb80 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 23 Mar 2017 13:54:50 +0200 Subject: [PATCH] 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 --- app/dockcorona.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dockcorona.cpp b/app/dockcorona.cpp index 560ccc878..d0438c3b0 100644 --- a/app/dockcorona.cpp +++ b/app/dockcorona.cpp @@ -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"));