mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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
This commit is contained in:
parent
ce7e4a4b78
commit
2f0b39a495
@ -56,7 +56,7 @@ void GuiDialog::slotOK()
|
|||||||
is_closing_ = true;
|
is_closing_ = true;
|
||||||
apply();
|
apply();
|
||||||
is_closing_ = false;
|
is_closing_ = false;
|
||||||
QDialog::hide();
|
hideView();
|
||||||
bc().ok();
|
bc().ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user