make selectability of a TimeAxisView be overridable
[ardour.git] / gtk2_ardour / time_axis_view.h
index 4be23803efe424608df596633ac3f3ee3e6ebe2d..ad9add448490197030a2b68312d91bd917d7db6a 100644 (file)
@@ -134,6 +134,7 @@ class TimeAxisView : public virtual AxisView
        bool hidden () const { return _hidden; }
 
        void set_selected (bool);
+       virtual bool selectable() const { return true; }
 
        /**
         * potential handler for entered events