updating focus behavior in the editor file chooser
This commit is contained in:
parent
ddab8b8f8e
commit
43bf3b8e56
1 changed files with 0 additions and 3 deletions
|
@ -147,9 +147,6 @@ void file_chooser::process_event() {
|
|||
// case so this is done explicitly here.
|
||||
filename_textbox_.set_focus(true);
|
||||
}
|
||||
else {
|
||||
filename_textbox_.set_focus(false);
|
||||
}
|
||||
if (!filename_textbox_.focus(NULL)) {
|
||||
file_list_.process();
|
||||
const int new_selection = file_list_.selection();
|
||||
|
|
Loading…
Add table
Reference in a new issue