Making engines working again.
svn-id: r24232
This commit is contained in:
parent
3e59682e34
commit
cfe6d9725c
1 changed files with 2 additions and 3 deletions
|
@ -158,7 +158,6 @@ bool NewGui::loadNewTheme(const Common::String &style) {
|
||||||
}
|
}
|
||||||
_theme->resetDrawArea();
|
_theme->resetDrawArea();
|
||||||
|
|
||||||
_theme->enable();
|
|
||||||
if (!oldTheme.empty())
|
if (!oldTheme.empty())
|
||||||
screenChange();
|
screenChange();
|
||||||
|
|
||||||
|
@ -240,8 +239,8 @@ void NewGui::runLoop() {
|
||||||
|
|
||||||
// HACK to change the cursor to the new themes one
|
// HACK to change the cursor to the new themes one
|
||||||
if (_themeChange) {
|
if (_themeChange) {
|
||||||
if (useStandardCurs)
|
_theme->enable();
|
||||||
PaletteMan.popCursorPalette();
|
PaletteMan.popCursorPalette();
|
||||||
|
|
||||||
CursorMan.popCursor();
|
CursorMan.popCursor();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue