Skip to content

Commit

Permalink
#30
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jul 2, 2020
1 parent ae1ea82 commit f10f928
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 @@ -1752,7 +1752,7 @@ void onEncoder(int counter, bool clicked) {
#endif
else if (activePageId == PAGE_ID_EDIT_MODE_STEP) {
edit_mode_step::onEncoder(counter);
} else if (activePageId == PAGE_ID_FILE_MANAGER) {
} else if (activePageId == PAGE_ID_FILE_MANAGER || activePageId == PAGE_ID_FILE_BROWSER) {
file_manager::onEncoder(counter);
} else if (activePage) {
activePage->onEncoder(counter);
Expand Down

0 comments on commit f10f928

Please sign in to comment.