mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-19 06:40:42 +00:00
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:
parent
9ee081d7c4
commit
783acfc61a
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user