| 831 | } |
| 832 | |
| 833 | void FileSelector::onFileListCurrentFolderChanged() |
| 834 | { |
| 835 | if (!m_navigationLocked) |
| 836 | addInNavigationHistory(m_fileList->getCurrentFolder()); |
| 837 | |
| 838 | updateLocation(); |
| 839 | updateNavigationButtons(); |
| 840 | |
| 841 | // Close the autocomplete popup just in case it's open. |
| 842 | m_fileName->closeListBox(); |
| 843 | } |
| 844 | |
| 845 | std::string FileSelector::getSelectedExtension() const |
| 846 | { |
nothing calls this directly
no test coverage detected