Merge big changes (mostly Controllable) from trunk
[ardour.git] / gtk2_ardour / time_axis_view_item.h
index b23350eef721f6fa4b1d7053d73436524c7c17cc..9ddb06876a1c37100b24657fb1d6a75e5bad0367 100644 (file)
@@ -316,9 +316,10 @@ class TimeAxisViewItem : public Selectable
            ShowNameHighlight = 0x2,
            ShowNameText = 0x4,
            ShowHandles = 0x8,
-           HideFrameLR = 0x10,
-           HideFrameTB = 0x20,
-           FullWidthNameHighlight = 0x40
+           HideFrameLeft = 0x10,
+           HideFrameRight = 0x20,
+           HideFrameTB = 0x40,
+           FullWidthNameHighlight = 0x80
     };
 
     /**