mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
fix copy&paste bug.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22051 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5db88b5d56
commit
e5bac2fe88
@ -39,7 +39,7 @@ void GuiDialog::setButtonsValid(bool valid)
|
||||
|
||||
void GuiDialog::slotApply()
|
||||
{
|
||||
applyView();
|
||||
apply();
|
||||
bc().apply();
|
||||
}
|
||||
|
||||
@ -47,7 +47,7 @@ void GuiDialog::slotApply()
|
||||
void GuiDialog::slotOK()
|
||||
{
|
||||
is_closing_ = true;
|
||||
applyView();
|
||||
apply();
|
||||
is_closing_ = false;
|
||||
QDialog::hide();
|
||||
bc().ok();
|
||||
|
Loading…
Reference in New Issue
Block a user