mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 07:53:08 +00:00
Hide ui::Rect implementation.
This commit is contained in:
@@ -129,7 +129,7 @@ void RecentEntriesTable<TPMSRecentEntries>::draw(
|
||||
}
|
||||
|
||||
line.resize(target_rect.width() / 8, ' ');
|
||||
painter.draw_string(target_rect.pos, style, line);
|
||||
painter.draw_string(target_rect.location(), style, line);
|
||||
}
|
||||
|
||||
TPMSAppView::TPMSAppView(NavigationView&) {
|
||||
|
||||
Reference in New Issue
Block a user