Hide lua script selector before showing lua parameter dialog.

This commit is contained in:
Robin Gareus 2016-03-23 13:50:43 +01:00
parent 627f2aae48
commit a8943538ea
3 changed files with 3 additions and 0 deletions

View file

@ -3988,6 +3988,7 @@ ARDOUR_UI::add_lua_script ()
default:
return;
}
ss.hide();
std::string script = "";

View file

@ -665,6 +665,7 @@ LuaInstance::interactive_add (LuaScriptInfo::ScriptType type, int id)
default:
return false;
}
ss.hide ();
std::string script = "";

View file

@ -2080,6 +2080,7 @@ ProcessorBox::choose_lua ()
default:
return true;
}
ss.hide ();
PluginPtr p;
try {