From ce7e4a4b78c70f0b7635c7a27fc4dc7ee483779a Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 2 Mar 2008 15:06:55 +0000 Subject: [PATCH] Bug fix: disconnect and clearParams for GuiDialog based dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23387 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiDialog.cpp b/src/frontends/qt4/GuiDialog.cpp index 67b250374f..3dcd657238 100644 --- a/src/frontends/qt4/GuiDialog.cpp +++ b/src/frontends/qt4/GuiDialog.cpp @@ -63,7 +63,7 @@ void GuiDialog::slotOK() void GuiDialog::slotClose() { - QDialog::hide(); + hideView(); bc().cancel(); } -- 2.39.2