mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
Hide lua script selector before showing lua parameter dialog.
This commit is contained in:
parent
627f2aae48
commit
a8943538ea
3 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue