mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
🩹 Fix E3V2 MarlinUI XYZ frame (#25206)
This commit is contained in:
parent
6e4326b817
commit
4aa5557136
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void MarlinUI::draw_status_screen() {
|
|||
// Draw a frame around the x/y/z values
|
||||
DWIN_Draw_Rectangle(0, Select_Color,
|
||||
#if ENABLED(DWIN_MARLINUI_PORTRAIT)
|
||||
0, 193, LCD_PIXEL_WIDTH, 260
|
||||
0, 193, LCD_PIXEL_WIDTH - 1, 260
|
||||
#else
|
||||
0, 115, LCD_PIXEL_WIDTH - 1, 152
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue