mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Fix FileList navigation with keyboard (enter key focus the FileList again)
This commit is contained in:
parent
c8c099864c
commit
5eb516f0f5
@ -94,6 +94,8 @@ 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