summaryrefslogtreecommitdiff
path: root/libs/ardour/solo_isolate_control.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-10-14 11:42:35 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-10-14 11:42:41 -0400
commit9066dd731b7a4df67562bb581d15ac318673e6ab (patch)
tree73ebc555a2e76ab2492c26bc4fb09b310b7584c1 /libs/ardour/solo_isolate_control.cc
parent92f1eb6be9df2ad0194872ea40c776b6c1983d08 (diff)
much simpler implementation of fix originally in c104c9d4726f3: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value
Diffstat (limited to 'libs/ardour/solo_isolate_control.cc')
-rw-r--r--libs/ardour/solo_isolate_control.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/solo_isolate_control.cc b/libs/ardour/solo_isolate_control.cc
index 7964f7eb66..c2d7f13d2c 100644
--- a/libs/ardour/solo_isolate_control.cc
+++ b/libs/ardour/solo_isolate_control.cc
@@ -102,7 +102,6 @@ SoloIsolateControl::actually_set_value (double val, PBD::Controllable::GroupCont
*/
AutomationControl::actually_set_value (val, gcd);
- _session.set_dirty ();
}
void