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:
parent
d975907a1e
commit
5d5aa37475
6 changed files with 28 additions and 40 deletions
|
|
@ -330,7 +330,7 @@ TableListBox::TableListBox (const String& name, TableListBoxModel* const model_)
|
|||
|
||||
TableListBox::~TableListBox()
|
||||
{
|
||||
deleteAllChildren();
|
||||
header = 0;
|
||||
}
|
||||
|
||||
void TableListBox::setModel (TableListBoxModel* const newModel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue