diff options
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp index c2f0bea1..5acd9721 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp +++ b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp @@ -128,6 +128,7 @@ void LStartButtonPlugin::openMenu(){ if(old!=0){ old->deleteLater(); }*/ //-------- //qDebug() << "Menu Size:" << startmenu->size(); + startmenu->activateWindow(); startmenu->UpdateMenu(); button->showMenu(); } |