Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Aug 29, 2017
1 parent 4aa1d7d commit d6c70fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eez_psu_sketch/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ void tick(uint32_t tick_usec) {
return;
}

if (g_activePageId == PAGE_ID_MAIN && int32_t(tick_usec - g_showPageTime) >= 50000L) {
if (!isFrontPanelLocked() && g_activePageId == PAGE_ID_MAIN && int32_t(tick_usec - g_showPageTime) >= 50000L) {
if (showSetupWizardQuestion()) {
return;
}
Expand Down

0 comments on commit d6c70fd

Please sign in to comment.