mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 01:01:19 +00:00
Hide ui::Rect implementation.
This commit is contained in:
@@ -45,7 +45,7 @@ void RecentEntriesHeader::paint(Painter& painter) {
|
||||
.foreground = parent_style.foreground,
|
||||
};
|
||||
|
||||
auto p = r.pos;
|
||||
auto p = r.location();
|
||||
for(const auto& column : _columns) {
|
||||
const auto width = column.second;
|
||||
auto text = column.first;
|
||||
|
Reference in New Issue
Block a user