1
0
Fork 0
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:
ed 2021-06-20 18:58:51 +01:00
parent 8ce68447bb
commit ffd2b122e9

View file

@ -1741,7 +1741,7 @@ private:
//============================================================================== //==============================================================================
ComboBox comboEffect; ComboBox comboEffect;
Label labelEffect { "Audio effect: " }; Label labelEffect { {}, "Audio effect: " };
struct GetTrackInfo struct GetTrackInfo
{ {