mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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
This commit is contained in:
parent
e7f29b920b
commit
ce7e4a4b78
@ -63,7 +63,7 @@ void GuiDialog::slotOK()
|
||||
|
||||
void GuiDialog::slotClose()
|
||||
{
|
||||
QDialog::hide();
|
||||
hideView();
|
||||
bc().cancel();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user