mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
Remove extraneous ui. prefixes
This commit is contained in:
parent
870757aa17
commit
2f8e89adc3
3 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ void MarlinUI::goto_screen(screenFunc_t screen, const uint32_t encoder/*=0*/) {
|
|||
currentScreen = screen;
|
||||
encoderPosition = encoder;
|
||||
if (screen == status_screen) {
|
||||
ui.defer_status_screen(false);
|
||||
defer_status_screen(false);
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||
ubl.lcd_map_control = false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue