mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Fixed a couple of bugs in TableListBox and FileListComponent.
This commit is contained in:
parent
d975907a1e
commit
5d5aa37475
6 changed files with 28 additions and 40 deletions
|
|
@ -47,7 +47,6 @@ FileListComponent::FileListComponent (DirectoryContentsList& listToShow)
|
|||
FileListComponent::~FileListComponent()
|
||||
{
|
||||
fileList.removeChangeListener (this);
|
||||
deleteAllChildren();
|
||||
}
|
||||
|
||||
int FileListComponent::getNumSelectedFiles() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue