mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 15:28:11 +00:00
fix: replace FS_LINE_H with lineH variable in FullscreenMsgView arrow background
FS_LINE_H was removed when adopting dynamic font-adaptive layout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,7 @@ struct FullscreenMsgView {
|
||||
}
|
||||
if (scroll > 0) {
|
||||
display.setColor(DisplayDriver::DARK);
|
||||
display.fillRect(display.width() - 6, FS_START_Y, 6, FS_LINE_H);
|
||||
display.fillRect(display.width() - 6, FS_START_Y, 6, lineH);
|
||||
display.setColor(DisplayDriver::LIGHT);
|
||||
display.setCursor(display.width() - 6, FS_START_Y);
|
||||
display.print("^");
|
||||
|
||||
Reference in New Issue
Block a user