From: Abdelrazak Younes Date: Sun, 2 Mar 2008 15:19:03 +0000 (+0000) Subject: Bug fix bis: disconnect and clearParams for GuiDialog based dialog. X-Git-Tag: 1.6.10~5950 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2f0b39a495919eab8936efd7c8dc7e7c47716a17;p=features.git Bug fix bis: disconnect and clearParams for GuiDialog based dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23388 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiDialog.cpp b/src/frontends/qt4/GuiDialog.cpp index 3dcd657238..41f358e31c 100644 --- a/src/frontends/qt4/GuiDialog.cpp +++ b/src/frontends/qt4/GuiDialog.cpp @@ -56,7 +56,7 @@ void GuiDialog::slotOK() is_closing_ = true; apply(); is_closing_ = false; - QDialog::hide(); + hideView(); bc().ok(); }