From 37b09554cea33fd1e2d21420fec8e535763a8b7a Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sat, 6 Sep 2008 20:04:59 +0000 Subject: [PATCH] if d->dialog is child of view when the formfactor changes the dialog is done on the canvas, in the panel, so mostly invisible so delete it by hand svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=857881 --- popupapplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popupapplet.cpp b/popupapplet.cpp index ba45d6140..83d0e1c74 100644 --- a/popupapplet.cpp +++ b/popupapplet.cpp @@ -206,7 +206,7 @@ void PopupApplet::constraintsEvent(Plasma::Constraints constraints) } if (!d->dialog) { - d->dialog = new Plasma::Dialog(view()); + d->dialog = new Plasma::Dialog(); //no longer use Qt::Popup since that seems to cause a lot of problem when you drag //stuff out of your Dialog (extenders). Monitor WindowDeactivate events so we can