1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

updated some of the mac pre-built apps.

This commit is contained in:
Julian Storer 2009-09-09 18:43:00 +01:00
parent 7dfc764bf0
commit fe5eaa5f19
5 changed files with 4 additions and 0 deletions

View file

@ -353,6 +353,7 @@ ListBox::ListBox (const String& name, ListBoxModel* const model_)
addAndMakeVisible (viewport = new ListViewport (*this));
setWantsKeyboardFocus (true);
colourChanged();
}
ListBox::~ListBox()