force save version when doc is unchanged

This commit is contained in:
2019-04-29 09:05:19 +02:00
parent c0fcb19268
commit 54c0df9ed6

View File

@@ -340,6 +340,7 @@ void App::dialog_save_ver()
doc_name = next;
doc_path = doc_dir + "/" + next + ".ppi";
canvas->m_canvas->m_unsaved = true;
title_update();
canvas->m_canvas->project_save(doc_path);
}