mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Prior to this fix calling setDirectory and then setSelectedFile from the same call stack could cause setSelectedFile to have no effect. This was because the directory change is asynchronously propagated from the DirectoryContentsList. This was picked up by the FileListComponent as a directory change after setSelectedFile, even though the directory change happened before. |
||
|---|---|---|
| .. | ||
| juce_ContentSharer.cpp | ||
| juce_ContentSharer.h | ||
| juce_DirectoryContentsDisplayComponent.cpp | ||
| juce_DirectoryContentsDisplayComponent.h | ||
| juce_DirectoryContentsList.cpp | ||
| juce_DirectoryContentsList.h | ||
| juce_FileBrowserComponent.cpp | ||
| juce_FileBrowserComponent.h | ||
| juce_FileBrowserListener.h | ||
| juce_FileChooser.cpp | ||
| juce_FileChooser.h | ||
| juce_FileChooserDialogBox.cpp | ||
| juce_FileChooserDialogBox.h | ||
| juce_FileListComponent.cpp | ||
| juce_FileListComponent.h | ||
| juce_FilenameComponent.cpp | ||
| juce_FilenameComponent.h | ||
| juce_FilePreviewComponent.h | ||
| juce_FileSearchPathListComponent.cpp | ||
| juce_FileSearchPathListComponent.h | ||
| juce_FileTreeComponent.cpp | ||
| juce_FileTreeComponent.h | ||
| juce_ImagePreviewComponent.cpp | ||
| juce_ImagePreviewComponent.h | ||