From c104c9d4726f3ba1ecd352d13b88a57f2f964510 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 12 Oct 2016 17:26:46 -0400 Subject: change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed. Don't call Session::set_dirty() when no change occurs --- libs/ardour/ardour/solo_isolate_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/solo_isolate_control.h') diff --git a/libs/ardour/ardour/solo_isolate_control.h b/libs/ardour/ardour/solo_isolate_control.h index 1e49469067..e77591e272 100644 --- a/libs/ardour/ardour/solo_isolate_control.h +++ b/libs/ardour/ardour/solo_isolate_control.h @@ -74,7 +74,7 @@ class LIBARDOUR_API SoloIsolateControl : public SlavableAutomationControl protected: void master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::shared_ptr); - void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override); + bool actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override); private: Soloable& _soloable; -- cgit v1.2.3