mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
try a autosave next time even when currently no buffer is open
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b9e7a9b269
commit
1a363f80e6
@ -1512,8 +1512,10 @@ void GuiView::autoSave()
|
||||
|
||||
Buffer * buffer = documentBufferView()
|
||||
? &documentBufferView()->buffer() : 0;
|
||||
if (!buffer)
|
||||
if (!buffer) {
|
||||
resetAutosaveTimers();
|
||||
return;
|
||||
}
|
||||
|
||||
#if (QT_VERSION >= 0x040400)
|
||||
GuiViewPrivate::busyBuffers.insert(buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user