mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54: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,6 +379,12 @@ 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 ("detach-%1", downcased_name));
|
||||||
sensitive_action_names.push_back (string_compose ("hide-%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()) {
|
} else if (t.window_visible()) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue