Skip to content

Commit

Permalink
#67
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 20, 2020
1 parent b3b53fc commit 1625e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/gui/psu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void PsuAppContext::onPageChanged(int previousPageId, int activePageId) {
if (activePageId == PAGE_ID_MAIN) {
animateHideSysSettings();
} else if (activePageId == PAGE_ID_SYS_SETTINGS) {
animateSettingsSlideRight(previousPageId == PAGE_ID_SYS_INFO);
animateSettingsSlideRight(previousPageId == PAGE_ID_SYS_INFO || previousPageId == PAGE_ID_SYS_SETTINGS_ENCODER || previousPageId == PAGE_ID_SYS_SETTINGS_DATE_TIME);
} else if (activePageId == PAGE_ID_SYS_SETTINGS_MQTT) {
animateSettingsSlideLeft(false);
}
Expand Down

0 comments on commit 1625e8e

Please sign in to comment.