ERT: Fix initial focus.

This commit is contained in:
Jared Boone 2016-07-25 16:06:26 -07:00
parent 00f542e96b
commit c573f3b57d

View File

@ -152,7 +152,7 @@ ERTAppView::~ERTAppView() {
}
void ERTAppView::focus() {
recent_entries_view.focus();
field_vga.focus();
}
void ERTAppView::set_parent_rect(const Rect new_parent_rect) {