updating focus behavior in the editor file chooser

This commit is contained in:
Patrick Parker 2007-01-16 04:04:43 +00:00
parent ddab8b8f8e
commit 43bf3b8e56

View file

@ -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();