From 7d607b49a8b15f2f19b9f04258415262e880ca05 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 12 Aug 2013 20:08:36 +0200 Subject: [PATCH] show panel also if is the last containment to be added in startup --- src/shell/desktopcorona.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/desktopcorona.cpp b/src/shell/desktopcorona.cpp index efdfaa309..913a735bb 100644 --- a/src/shell/desktopcorona.cpp +++ b/src/shell/desktopcorona.cpp @@ -286,6 +286,7 @@ void DesktopCorona::updateScreenOwner(int wasScreen, int isScreen, Plasma::Conta m_panelViews.remove(containment); } } + checkLoadingDesktopsComplete(); //Desktop view } else {