mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed a System view fade transition issue.
This commit is contained in:
parent
7a5daaa6fa
commit
9d1c352968
|
@ -288,9 +288,6 @@ void SystemView::onCursorChanged(const CursorState& state)
|
|||
std::string transitionStyle {Settings::getInstance()->getString("TransitionStyle")};
|
||||
mFadeTransitions = transitionStyle == "fade";
|
||||
|
||||
if (startPos == endPos)
|
||||
return;
|
||||
|
||||
Animation* anim;
|
||||
|
||||
if (transitionStyle == "fade") {
|
||||
|
|
Loading…
Reference in a new issue