Skip to content

Commit

Permalink
#69
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 20, 2020
1 parent 48294f6 commit cfddc47
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 @@ -467,7 +467,7 @@ void PsuAppContext::onPageChanged(int previousPageId, int activePageId) {
if (activePageId == PAGE_ID_MAIN) {
animateHideSysSettings();
} else if (isSysSettingsSubPage(activePageId)) {
animateSettingsSlideLeft(activePageId == PAGE_ID_SYS_INFO);
animateSettingsSlideLeft(activePageId == PAGE_ID_SYS_INFO || activePageId == PAGE_ID_SYS_SETTINGS_ENCODER);
}
} else if (previousPageId == PAGE_ID_SYS_SETTINGS_TRIGGER || previousPageId == PAGE_ID_SYS_SETTINGS_RAMP_AND_DELAY) {
if (activePageId == PAGE_ID_MAIN) {
Expand Down

0 comments on commit cfddc47

Please sign in to comment.