1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Fix effect grouping default for Linux

This commit is contained in:
lllucius@gmail.com
2014-12-14 16:02:41 +00:00
parent db5118255b
commit 4903c95b82

View File

@@ -123,7 +123,11 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
S.TieNumericTextBox(_("Maximum effects per group (0 to disable):"),
wxT("/Effects/MaxPerGroup"),
#if defined(__WXGTK__)
15,
#else
0,
#endif
5);
}
S.EndMultiColumn();