mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 23:39:29 -05: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));
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user