mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
GuiView::on_lastWorkAreaRemoved(): the window closing doesn't have to be delayed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25326 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fb47b716d7
commit
4441cd8a4a
@ -693,7 +693,7 @@ void GuiView::on_lastWorkAreaRemoved()
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
QTimer::singleShot(0, this, SLOT(close()));
|
||||
close();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user