mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
[Summary]: fix bug #45262 (Track control buttons (input monitoring and mute) have sluggish reaction on click). This bug was actual in case of using ~100 tracks. DisplaySuspender removal helps to provide instant reaction on click.
This commit is contained in:
parent
05a08091ab
commit
56ba944ba0
1 changed files with 0 additions and 2 deletions
|
|
@ -433,7 +433,6 @@ RouteUI::mute_press (GdkEventButton* ev)
|
|||
_mute_release->routes = rl;
|
||||
}
|
||||
|
||||
DisplaySuspender ds;
|
||||
_session->set_mute (rl, !_route->muted());
|
||||
}
|
||||
|
||||
|
|
@ -677,7 +676,6 @@ RouteUI::monitor_press (GdkEventButton* ev, MonitorChoice monitor_choice)
|
|||
rl->push_back (route());
|
||||
}
|
||||
|
||||
DisplaySuspender ds;
|
||||
_session->set_monitoring (rl, mc, Session::rt_cleanup, true);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue