hide the config view at second trigger

This commit is contained in:
Marco Martin 2013-10-24 15:00:48 +02:00
parent f14e0ee1e4
commit 2d02ce8861

View File

@ -435,6 +435,7 @@ void PanelView::showConfigurationInterface(Plasma::Applet *applet)
if (m_panelConfigView) {
m_panelConfigView.data()->hide();
m_panelConfigView.data()->deleteLater();
return;
}
if (!applet || !applet->containment()) {