mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
vtl: make "Remove Video" insensitive if N/A
This commit is contained in:
parent
67704f8de2
commit
6b480bb2f7
6 changed files with 20 additions and 1 deletions
|
|
@ -773,6 +773,15 @@ Editor::set_group_tabs ()
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
Editor::set_close_video_sensitive (bool onoff)
|
||||
{
|
||||
Glib::RefPtr<Action> act = ActionManager::get_action (X_("Main"), X_("CloseVideo"));
|
||||
if (act) {
|
||||
act->set_sensitive (onoff);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Editor::set_xjadeo_sensitive (bool onoff)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue