Fix FileList navigation with keyboard (enter key focus the FileList again)

This commit is contained in:
David Capello 2014-01-30 20:05:05 -03:00
parent c8c099864c
commit 5eb516f0f5

View File

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