mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +00:00
Close autocomplete popup when we change the active folder in FileSelector
This commit is contained in:
parent
05fb32bb84
commit
c6c7439566
@ -775,6 +775,9 @@ void FileSelector::onFileListCurrentFolderChanged()
|
||||
|
||||
updateLocation();
|
||||
updateNavigationButtons();
|
||||
|
||||
// Close the autocomplete popup just in case it's open.
|
||||
m_fileName->closeListBox();
|
||||
}
|
||||
|
||||
} // namespace app
|
||||
|
Loading…
Reference in New Issue
Block a user