mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
TableListBox: Fix spurious ListBox assertions
This commit is contained in:
parent
627afffeb4
commit
a1e72b70df
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ private:
|
|||
TableListBox::TableListBox (const String& name, TableListBoxModel* const m)
|
||||
: ListBox (name, nullptr), model (m)
|
||||
{
|
||||
ListBox::model = this;
|
||||
ListBox::setModel (this);
|
||||
|
||||
setHeader (std::make_unique<Header> (*this));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue