mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Fix bugs 4077 and 4086.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eac423830d
commit
f8d53598d8
@ -383,7 +383,7 @@ Buffer const * const LyX::updateInset(Inset const * inset) const
|
||||
|
||||
void LyX::hideDialogs(std::string const & name, Inset * inset) const
|
||||
{
|
||||
if (quitting)
|
||||
if (quitting || !use_gui)
|
||||
return;
|
||||
|
||||
vector<int> const & view_ids = pimpl_->application_->gui().viewIds();
|
||||
|
@ -37,6 +37,8 @@ What's new
|
||||
- Get rid of annoying LaTeX error after changing the document language
|
||||
(bug 2468).
|
||||
|
||||
- Fix crashes relating to command line export (bugs 4077 and 4086).
|
||||
|
||||
* USER INTERFACE:
|
||||
|
||||
- Fix redrawing artefacts when switching tabs (bug 3969).
|
||||
|
Loading…
Reference in New Issue
Block a user