mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
[Summary] Fixed system lock button
[Reviewed] VKamyshniy
This commit is contained in:
parent
e20397fa30
commit
cf2d2a3337
1 changed files with 2 additions and 1 deletions
|
|
@ -2215,8 +2215,9 @@ ARDOUR_UI::on_lock_button_pressed () {
|
|||
|
||||
void
|
||||
ARDOUR_UI::lock_session () {
|
||||
|
||||
editor->get_waves_button ("lock_session_button").set_active (true);
|
||||
session_lock_dialog->run ();
|
||||
editor->get_waves_button ("lock_session_button").set_active (false);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue