fixed msvc issues and added zoom combobox

This commit is contained in:
itsmattkc
2018-12-18 02:03:40 +11:00
parent 467d271d5c
commit d3c8e7379b
5 changed files with 101 additions and 8 deletions
+1 -2
View File
@@ -634,8 +634,6 @@ void LoadThread::run() {
}
if (cont) {
mainWindow->setWindowModified(autorecovery);
panel_project->add_recent_project(project_url);
emit success(); // run in main thread
@@ -658,6 +656,7 @@ void LoadThread::cancel() {
}
void LoadThread::success_func() {
mainWindow->setWindowModified(autorecovery);
if (open_seq != NULL) set_sequence(open_seq);
update_ui(false);
}