mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Don't use a timer to update panner-UIs, rely on Changed signal
This commit is contained in:
parent
9fc68378c6
commit
cb43d6a38a
2 changed files with 0 additions and 9 deletions
|
|
@ -535,14 +535,6 @@ PannerUI::pan_automation_state_changed ()
|
|||
}
|
||||
|
||||
update_pan_sensitive ();
|
||||
|
||||
/* start watching automation so that things move */
|
||||
|
||||
pan_watching.disconnect();
|
||||
|
||||
if (x) {
|
||||
pan_watching = Timers::rapid_connect (sigc::mem_fun (*this, &PannerUI::effective_pan_display));
|
||||
}
|
||||
}
|
||||
|
||||
string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue