]> git.lyx.org Git - features.git/commitdiff
Bug fix bis: disconnect and clearParams for GuiDialog based dialog.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 2 Mar 2008 15:19:03 +0000 (15:19 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 2 Mar 2008 15:19:03 +0000 (15:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23388 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDialog.cpp

index 3dcd657238e19cd7d4b5f78803cadfb9ab08d831..41f358e31c1729466e87806a1312a172892818fe 100644 (file)
@@ -56,7 +56,7 @@ void GuiDialog::slotOK()
        is_closing_ = true;
        apply();
        is_closing_ = false;
-       QDialog::hide();
+       hideView();
        bc().ok();
 }