mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix for bug #1045
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user