mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-25 14:16:20 -05:00
Hide ui::Rect implementation.
This commit is contained in:
parent
d15ace4676
commit
e820bed097
12 changed files with 52 additions and 42 deletions
|
|
@ -91,7 +91,7 @@ void RecentEntriesTable<ERTRecentEntries>::draw(
|
|||
}
|
||||
|
||||
line.resize(target_rect.width() / 8, ' ');
|
||||
painter.draw_string(target_rect.pos, style, line);
|
||||
painter.draw_string(target_rect.location(), style, line);
|
||||
}
|
||||
|
||||
ERTAppView::ERTAppView(NavigationView&) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue