diff --git a/src/plasmaquick/containmentview.cpp b/src/plasmaquick/containmentview.cpp index 6baf367e1..225b14cc2 100644 --- a/src/plasmaquick/containmentview.cpp +++ b/src/plasmaquick/containmentview.cpp @@ -173,6 +173,7 @@ void ContainmentViewPrivate::showConfigurationInterface(Plasma::Applet *applet) configContainmentView->hide(); configContainmentView->deleteLater(); } else { + configContainmentView->raise(); configContainmentView->requestActivate(); return; } diff --git a/src/plasmaquick/view.cpp b/src/plasmaquick/view.cpp index b3843cc23..f448fa0c1 100644 --- a/src/plasmaquick/view.cpp +++ b/src/plasmaquick/view.cpp @@ -158,6 +158,7 @@ void ViewPrivate::showConfigurationInterface(Plasma::Applet *applet) configView->hide(); configView->deleteLater(); } else { + configView->raise(); configView->requestActivate(); return; }