mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Removed unneeded assert firing when closing LyX with F&R WA selected.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32879 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
090435cf27
commit
95cf410456
@ -1277,7 +1277,6 @@ void EmbeddedWorkArea::disable()
|
|||||||
stopBlinkingCursor();
|
stopBlinkingCursor();
|
||||||
if (view().currentWorkArea() != this)
|
if (view().currentWorkArea() != this)
|
||||||
return;
|
return;
|
||||||
LASSERT(view().currentMainWorkArea(), /* */);
|
|
||||||
view().setCurrentWorkArea(view().currentMainWorkArea());
|
view().setCurrentWorkArea(view().currentMainWorkArea());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user