1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +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

@ -330,7 +330,7 @@ TableListBox::TableListBox (const String& name, TableListBoxModel* const model_)
TableListBox::~TableListBox()
{
deleteAllChildren();
header = 0;
}
void TableListBox::setModel (TableListBoxModel* const newModel)