mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15: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());
|
||||
s->setNeedsSaving();
|
||||
s->setNeedsReloading();
|
||||
s->setNeedsGoToStart();
|
||||
s->setInvalidateCachedBackground();
|
||||
}
|
||||
});
|
||||
|
@ -203,7 +202,6 @@ void GuiMenu::openUIOptions()
|
|||
themeAspectRatio->getSelected());
|
||||
s->setNeedsSaving();
|
||||
s->setNeedsReloading();
|
||||
s->setNeedsGoToStart();
|
||||
s->setInvalidateCachedBackground();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue