mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ListBox: Avoid calling updateContent in contructor
This commit is contained in:
parent
b324a50e82
commit
a1bb7aeead
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ ListBox::ListBox (const String& name, ListBoxModel* const m)
|
|||
setFocusContainerType (FocusContainerType::focusContainer);
|
||||
colourChanged();
|
||||
|
||||
setModel (m);
|
||||
assignModelPtr (m);
|
||||
}
|
||||
|
||||
ListBox::~ListBox()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue