mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend.
svn-id: r42138
This commit is contained in:
parent
4956052ca4
commit
c353e8de1f
@ -164,10 +164,6 @@ bool GuiManager::loadNewTheme(Common::String id, ThemeEngine::GraphicsMode gfx)
|
||||
redraw();
|
||||
_system->updateScreen();
|
||||
|
||||
Common::Event event;
|
||||
event.type = Common::EVENT_SCREEN_CHANGED;
|
||||
_system->getEventManager()->pushEvent(event);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user