From 614fc8c7bbc56c160a95de48a27e3d662dc56cac Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 21 Mar 2015 16:50:47 +0100 Subject: fix visual undo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: Check if it’s feasible/required to add a GUIPropertiesChanged signal and have axis-views subscribe to it. --- gtk2_ardour/axis_view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/axis_view.h') diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h index 4ce76c92ce..7334945c2c 100644 --- a/gtk2_ardour/axis_view.h +++ b/gtk2_ardour/axis_view.h @@ -75,6 +75,7 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu virtual bool set_marked_for_display (bool); static GUIObjectState& gui_object_state(); + void clear_property_cache() { property_hashtable.clear(); } protected: -- cgit v1.2.3