Fix up/down keys to select the file type

Without this patch, pressing up/down key in the file type combobox will
focus the file list and we'll not be able to continue navigating file
types with the keyboard.
This commit is contained in:
David Capello 2016-11-24 19:01:08 -03:00
parent 9ee081d7c4
commit 783acfc61a

View File

@ -93,8 +93,6 @@ void FileList::setCurrentFolder(IFileItem* folder)
invalidate(); invalidate();
View::getView(this)->updateView(); View::getView(this)->updateView();
requestFocus();
} }
void FileList::goUp() void FileList::goUp()