mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-01 09:46:22 +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:
co-authored by
Claude Sonnet 4.6
parent
c00aa66f15
commit
dbda484f2b
@@ -64,7 +64,7 @@ struct FullscreenMsgView {
|
|||||||
}
|
}
|
||||||
if (scroll > 0) {
|
if (scroll > 0) {
|
||||||
display.setColor(DisplayDriver::DARK);
|
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.setColor(DisplayDriver::LIGHT);
|
||||||
display.setCursor(display.width() - 6, FS_START_Y);
|
display.setCursor(display.width() - 6, FS_START_Y);
|
||||||
display.print("^");
|
display.print("^");
|
||||||
|
|||||||
Reference in New Issue
Block a user