mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Added 'new folder' button to save dialogs. Fixes for mouse position/popup menus, ComponentDragger, ComboBox.
This commit is contained in:
parent
709f573997
commit
76b128d90e
26 changed files with 488 additions and 470 deletions
|
|
@ -225,15 +225,13 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
#if JUCE_DEBUG
|
||||
#if 0
|
||||
// enable this to dump the config of the devices that get opened
|
||||
snd_output_t* out;
|
||||
snd_output_stdio_attach (&out, stderr, 0);
|
||||
snd_pcm_hw_params_dump (hwParams, out);
|
||||
snd_pcm_sw_params_dump (swParams, out);
|
||||
#endif
|
||||
*/
|
||||
#endif
|
||||
|
||||
numChannelsRunning = numChannels;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue