Skip to content

Commit

Permalink
touch calibration fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Sep 7, 2019
1 parent 4c63670 commit ed4b6ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/eez/gui/action_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ void action_keypad_option2() {
}

void action_enter_touch_calibration() {
home::enterTouchCalibration(PAGE_ID_TOUCH_CALIBRATION_YES_NO_CANCEL, PAGE_ID_SYS_SETTINGS_DISPLAY);
popPage();
home::enterTouchCalibration();
}

void action_yes() {
Expand Down

0 comments on commit ed4b6ac

Please sign in to comment.