mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
updated some of the mac pre-built apps.
This commit is contained in:
parent
7dfc764bf0
commit
fe5eaa5f19
5 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -17,6 +17,9 @@ extras/juce demo/build/win32_vc8/Release
|
|||
extras/the jucer/build/mac/build
|
||||
extras/audio plugin host/build/mac/build
|
||||
extras/binarybuilder/mac/build
|
||||
extras/prebuilt/Jucer.app
|
||||
extras/prebuilt/jucedemo.app
|
||||
extras/prebuilt/PluginHost.app
|
||||
bin/intermediate*
|
||||
bin/lib*
|
||||
bin/jucelib*
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -353,6 +353,7 @@ ListBox::ListBox (const String& name, ListBoxModel* const model_)
|
|||
addAndMakeVisible (viewport = new ListViewport (*this));
|
||||
|
||||
setWantsKeyboardFocus (true);
|
||||
colourChanged();
|
||||
}
|
||||
|
||||
ListBox::~ListBox()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue