mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Fixed a camera animation issue when changing theme variant or aspect ratio.
This commit is contained in:
parent
d4f572d78d
commit
17d8f8eb5b
|
@ -168,7 +168,6 @@ void GuiMenu::openUIOptions()
|
||||||
Settings::getInstance()->setString("ThemeVariant", themeVariant->getSelected());
|
Settings::getInstance()->setString("ThemeVariant", themeVariant->getSelected());
|
||||||
s->setNeedsSaving();
|
s->setNeedsSaving();
|
||||||
s->setNeedsReloading();
|
s->setNeedsReloading();
|
||||||
s->setNeedsGoToStart();
|
|
||||||
s->setInvalidateCachedBackground();
|
s->setInvalidateCachedBackground();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -203,7 +202,6 @@ void GuiMenu::openUIOptions()
|
||||||
themeAspectRatio->getSelected());
|
themeAspectRatio->getSelected());
|
||||||
s->setNeedsSaving();
|
s->setNeedsSaving();
|
||||||
s->setNeedsReloading();
|
s->setNeedsReloading();
|
||||||
s->setNeedsGoToStart();
|
|
||||||
s->setInvalidateCachedBackground();
|
s->setInvalidateCachedBackground();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue