From 5eb516f0f54d613fc930528c215934cb7ca03125 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 30 Jan 2014 20:05:05 -0300 Subject: [PATCH] Fix FileList navigation with keyboard (enter key focus the FileList again) --- src/app/ui/file_list.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/ui/file_list.cpp b/src/app/ui/file_list.cpp index d8a6d74ca..e16f6595f 100644 --- a/src/app/ui/file_list.cpp +++ b/src/app/ui/file_list.cpp @@ -94,6 +94,8 @@ void FileList::setCurrentFolder(IFileItem* folder) invalidate(); View::getView(this)->updateView(); + + requestFocus(); } void FileList::goUp()