mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 23:39:29 -05:00
ERT: Fix initial focus.
This commit is contained in:
parent
00f542e96b
commit
c573f3b57d
@ -152,7 +152,7 @@ ERTAppView::~ERTAppView() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ERTAppView::focus() {
|
void ERTAppView::focus() {
|
||||||
recent_entries_view.focus();
|
field_vga.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ERTAppView::set_parent_rect(const Rect new_parent_rect) {
|
void ERTAppView::set_parent_rect(const Rect new_parent_rect) {
|
||||||
|
Loading…
Reference in New Issue
Block a user