mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
suspend route redisplay for (rec-en, solo, mute and monitor) batch changes
This commit is contained in:
parent
77216ac468
commit
c52cb37bf2
6 changed files with 56 additions and 74 deletions
|
|
@ -42,10 +42,6 @@ public:
|
|||
_no_redisplay = true;
|
||||
}
|
||||
|
||||
void allow_redisplay () {
|
||||
_no_redisplay = false;
|
||||
}
|
||||
|
||||
void resume_redisplay () {
|
||||
_no_redisplay = false;
|
||||
redisplay ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue