ecode: Visual improvements.

This commit is contained in:
Martín Lucas Golini
2023-12-17 19:11:41 -03:00
parent ac35e9ca0e
commit 05684dffc9
12 changed files with 163 additions and 45 deletions

View File

@@ -841,6 +841,8 @@ void App::setUIColorScheme( const ColorSchemePreference& colorScheme ) {
return;
mUIColorScheme = mConfig.ui.colorScheme = colorScheme;
mUISceneNode->setColorSchemePreference( colorScheme );
if ( !firstFrame )
mPluginManager->setUIThemeReloaded();
}
ColorSchemePreference App::getUIColorScheme() const {
@@ -1743,6 +1745,8 @@ void App::setTheme( const std::string& path ) {
mTheme = theme;
mUISceneNode->reloadStyle( true, true );
if ( !firstFrame )
mPluginManager->setUIThemeReloaded();
}
bool App::dirInFolderWatches( const std::string& dir ) {