mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +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();
|
updateLocation();
|
||||||
updateNavigationButtons();
|
updateNavigationButtons();
|
||||||
|
|
||||||
|
// Close the autocomplete popup just in case it's open.
|
||||||
|
m_fileName->closeListBox();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace app
|
} // namespace app
|
||||||
|
Loading…
Reference in New Issue
Block a user