summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-21 16:50:47 +0100
committerRobin Gareus <robin@gareus.org>2015-03-21 16:50:47 +0100
commit614fc8c7bbc56c160a95de48a27e3d662dc56cac (patch)
treef6fa77426da66069a54b11af247aad85f8809d03 /gtk2_ardour/axis_view.h
parent5dc786613224e1967c7c5d040902c95f245dd2dd (diff)
fix visual undo.
TODO: Check if it’s feasible/required to add a GUIPropertiesChanged signal and have axis-views subscribe to it.
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h1
1 files changed, 1 insertions, 0 deletions
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: