Hide lua script selector before showing lua parameter dialog.
This commit is contained in:
@@ -3988,6 +3988,7 @@ ARDOUR_UI::add_lua_script ()
|
||||
default:
|
||||
return;
|
||||
}
|
||||
ss.hide();
|
||||
|
||||
std::string script = "";
|
||||
|
||||
|
||||
@@ -665,6 +665,7 @@ LuaInstance::interactive_add (LuaScriptInfo::ScriptType type, int id)
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
ss.hide ();
|
||||
|
||||
std::string script = "";
|
||||
|
||||
|
||||
@@ -2080,6 +2080,7 @@ ProcessorBox::choose_lua ()
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
ss.hide ();
|
||||
|
||||
PluginPtr p;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user