- Perform the first workspace scan after the main window is visible

- Aborted scans now leave the workspace state empty to prevent incorrect operation
- Minor refactoring

FossilOrigin-Name: be20b59a51389fdf0527c039742581032b52e3a5
This commit is contained in:
kostas
2014-07-29 14:09:36 +00:00
parent 76f6550ae5
commit f33f1d4a82
5 changed files with 40 additions and 52 deletions

View File

@ -39,6 +39,7 @@ int main(int argc, char *argv[])
0,
workspace.isEmpty() ? 0 : &workspace);
mainwin.show();
mainwin.fullRefresh();
return app.exec();
}