mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed audio effect selector label visibility in DSPModulePluginDemo
This commit is contained in:
parent
8ce68447bb
commit
ffd2b122e9
1 changed files with 1 additions and 1 deletions
|
|
@ -1741,7 +1741,7 @@ private:
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
ComboBox comboEffect;
|
ComboBox comboEffect;
|
||||||
Label labelEffect { "Audio effect: " };
|
Label labelEffect { {}, "Audio effect: " };
|
||||||
|
|
||||||
struct GetTrackInfo
|
struct GetTrackInfo
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue