1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-24 16:01:16 +02:00
This commit is contained in:
Leland Lucius 2015-06-23 00:39:15 -05:00
parent b1690f1801
commit 404dd924f5

View File

@ -1079,6 +1079,13 @@ bool LV2Effect::PopulateUI(wxWindow *parent)
mUseGUI,
true);
// Until I figure out where to put the "Duration" control in the
// graphical editor, force usage of plain editor.
if (GetType() == EffectTypeGenerate)
{
mUseGUI = false;
}
if (mUseGUI)
{
mUseGUI = BuildFancy();