mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Clear temp cutstack before exiting LyX.
Otherwise it is done in the exit handler, which leads to crashes.
This commit is contained in:
parent
34b6b474ea
commit
004fdf6aeb
@ -1072,6 +1072,7 @@ void clearSelection()
|
||||
void clearCutStack()
|
||||
{
|
||||
theCuts.clear();
|
||||
tempCut.clear();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user