remove OS X specific code for key editor binding displays
[ardour.git] / gtk2_ardour / time_axis_view_item.cc
index d9b0bfa2cf42c972612d6ea9953f7a898df24afa..9df586bf7f2de7d75074214afe30b2122713e0f9 100644 (file)
@@ -109,7 +109,8 @@ TimeAxisViewItem::TimeAxisViewItem(
 }
 
 TimeAxisViewItem::TimeAxisViewItem (const TimeAxisViewItem& other)
-       : Selectable (other)
+       : trackable (other)
+       , Selectable (other)
        , PBD::ScopedConnectionList()
        , trackview (other.trackview)
        , _recregion (other._recregion)