mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
[Summary] Fixed copy/paste issue
This commit is contained in:
parent
37c79111c0
commit
b32e0ebd0b
1 changed files with 1 additions and 1 deletions
|
|
@ -4514,7 +4514,7 @@ ARDOUR_UI::record_state_changed ()
|
|||
} else {
|
||||
|
||||
tracks_control_panel.action()->set_sensitive(true);
|
||||
key_editor.action()->set_sensitive(false);
|
||||
key_editor.action()->set_sensitive(true);
|
||||
set_topbar_buttons_sensitive (true);
|
||||
|
||||
if (big_clock_window) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue