suspend route redisplay for (rec-en, solo, mute and monitor) batch changes

This commit is contained in:
Robin Gareus 2014-06-29 02:52:56 +02:00
parent 77216ac468
commit c52cb37bf2
6 changed files with 56 additions and 74 deletions

View file

@ -42,10 +42,6 @@ public:
_no_redisplay = true;
}
void allow_redisplay () {
_no_redisplay = false;
}
void resume_redisplay () {
_no_redisplay = false;
redisplay ();