mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Reimplementation of Dialogs
Cleanup code to integrate multithreading process for dialogs into the DialogToolkit (avoid poluting UserInterfaceManager and improves reliability)
This commit is contained in:
@@ -70,7 +70,6 @@ struct ViewConfig
|
||||
|
||||
};
|
||||
|
||||
#define RECORD_MAX_TIMEOUT 301000
|
||||
|
||||
struct RecordConfig
|
||||
{
|
||||
@@ -211,6 +210,7 @@ struct Application
|
||||
History recentSessions;
|
||||
History recentFolders;
|
||||
History recentImport;
|
||||
std::map< std::string, std::string > dialogRecentFolder;
|
||||
|
||||
Application() : fresh_start(false), instance_id(0), name(APP_NAME), executable(APP_NAME) {
|
||||
scale = 1.f;
|
||||
|
||||
Reference in New Issue
Block a user