mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-10 18:55:15 -04:00
Hide ui::Rect implementation.
This commit is contained in:
parent
d15ace4676
commit
e820bed097
12 changed files with 52 additions and 42 deletions
|
@ -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&) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue