Close autocomplete popup when we change the active folder in FileSelector

This commit is contained in:
David Capello 2015-05-06 16:58:32 -03:00
parent 05fb32bb84
commit c6c7439566

View File

@ -775,6 +775,9 @@ void FileSelector::onFileListCurrentFolderChanged()
updateLocation();
updateNavigationButtons();
// Close the autocomplete popup just in case it's open.
m_fileName->closeListBox();
}
} // namespace app