src: Added more status messages and some fixes
* Elide status bar messages to avoid window resize window * Fixed status view clearing when switching projects * Refactored app setting loading * Replace newline characters with spaces in status view
This commit is contained in:
@@ -643,6 +643,10 @@ void QtProjectWizzard::createProject()
|
||||
forceRefreshProject = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageStatus("Created project: " + path.str()).dispatch();
|
||||
}
|
||||
|
||||
MessageDispatchWhenLicenseValid(
|
||||
std::make_shared<MessageLoadProject>(path, forceRefreshProject)
|
||||
@@ -666,6 +670,8 @@ void QtProjectWizzard::savePreferences()
|
||||
MessagePluginPortChange().dispatch();
|
||||
}
|
||||
|
||||
Application::getInstance()->loadSettings();
|
||||
|
||||
if (appSettingsChanged)
|
||||
{
|
||||
Project* currentProject = Application::getInstance()->getCurrentProject().get();
|
||||
|
||||
Reference in New Issue
Block a user