mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-16 18:30:44 -04:00
Clear region below RecentEntries list.
This commit is contained in:
parent
05d7e0222f
commit
6e5e48cc7c
1 changed files with 5 additions and 0 deletions
|
@ -151,6 +151,11 @@ public:
|
||||||
draw(entry, target_rect, painter, s, (has_focus() && is_selected_key));
|
draw(entry, target_rect, painter, s, (has_focus() && is_selected_key));
|
||||||
target_rect.pos.y += target_rect.height();
|
target_rect.pos.y += target_rect.height();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
painter.fill_rectangle(
|
||||||
|
{ target_rect.left(), target_rect.top(), target_rect.width(), r.bottom() - target_rect.top() },
|
||||||
|
style().background
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool on_encoder(const EncoderEvent event) override {
|
bool on_encoder(const EncoderEvent event) override {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue