1
0
Fork 0
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:
Julian Storer 2010-06-19 20:49:03 +01:00
parent d975907a1e
commit 5d5aa37475
6 changed files with 28 additions and 40 deletions

View file

@ -47,7 +47,6 @@ FileListComponent::FileListComponent (DirectoryContentsList& listToShow)
FileListComponent::~FileListComponent()
{
fileList.removeChangeListener (this);
deleteAllChildren();
}
int FileListComponent::getNumSelectedFiles() const