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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue