mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Clear region below RecentEntries list.
This commit is contained in:
parent
05d7e0222f
commit
6e5e48cc7c
@ -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…
Reference in New Issue
Block a user