From 42ba329591e628a3a44e61e18e5185b7d72e009f Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 8 Mar 2019 07:57:08 -0500 Subject: Make sure that the start menu is "activated" when opened so that it always has keyboard focus. --- src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } -- cgit