mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
more fixes for tabbable visibility management
This commit is contained in:
parent
077bb13e94
commit
58757ebd38
1 changed files with 6 additions and 0 deletions
|
|
@ -379,7 +379,13 @@ ARDOUR_UI::tabbable_state_change (Tabbable& t)
|
|||
sensitive_action_names.push_back (string_compose ("detach-%1", downcased_name));
|
||||
sensitive_action_names.push_back (string_compose ("hide-%1", downcased_name));
|
||||
|
||||
} else if (t.tabbed_by_default ()) {
|
||||
|
||||
insensitive_action_names.push_back (string_compose ("attach-%1", downcased_name));
|
||||
insensitive_action_names.push_back (string_compose ("hide-%1", downcased_name));
|
||||
sensitive_action_names.push_back (string_compose ("show-%1", downcased_name));
|
||||
sensitive_action_names.push_back (string_compose ("detach-%1", downcased_name));
|
||||
|
||||
} else if (t.window_visible()) {
|
||||
|
||||
insensitive_action_names.push_back (string_compose ("detach-%1", downcased_name));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue