MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onFileListCurrentFolderChanged

Method onFileListCurrentFolderChanged

src/app/ui/file_selector.cpp:833–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833void 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
845std::string FileSelector::getSelectedExtension() const
846{

Callers

nothing calls this directly

Calls 2

getCurrentFolderMethod · 0.80
closeListBoxMethod · 0.80

Tested by

no test coverage detected