mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Fix a bug when changing themes (some properties where not updated due to cached properties).
Fix a bug when displaying sub-menus, it was sometimes incorrectly positioned.
This commit is contained in:
@@ -1669,7 +1669,7 @@ void App::setTheme( const std::string& path ) {
|
||||
|
||||
mTheme = theme;
|
||||
|
||||
mUISceneNode->reloadStyle( true, true );
|
||||
mUISceneNode->reloadStyle( true, true, true );
|
||||
|
||||
if ( !firstFrame )
|
||||
mPluginManager->setUIThemeReloaded();
|
||||
|
||||
Reference in New Issue
Block a user