From 35407c7fe88ae5f55c73eace540c6ed1de37856c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 14 Mar 2017 17:03:14 +0100 Subject: Update stripable color on the fly --- gtk2_ardour/stripable_colorpicker.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/stripable_colorpicker.h') diff --git a/gtk2_ardour/stripable_colorpicker.h b/gtk2_ardour/stripable_colorpicker.h index d05d67e974..952640da70 100644 --- a/gtk2_ardour/stripable_colorpicker.h +++ b/gtk2_ardour/stripable_colorpicker.h @@ -34,8 +34,12 @@ public: private: void initialize_color_palette (); void finish_color_edit (int response); + void color_changed (); boost::shared_ptr _stripable; + ARDOUR::PresentationInfo::color_t _initial_color; + + sigc::connection _color_changed_connection; static bool palette_initialized; -- cgit v1.2.3