Expand just entry fields when the dialog is expanded
[ardour.git] / gtk2_ardour / canvas-note-event.h
index 69b3e49076e0ef10a9b8426b8c7d99d47af99c76..e5b4896b92313ecb25883a35f02a14f33cbf0764 100644 (file)
@@ -154,11 +154,11 @@ class CanvasNoteEvent : virtual public sigc::trackable
        Widget*                           _channel_selector_widget;
        State                             _state;
        const boost::shared_ptr<NoteType> _note;
-       bool                              _own_note;
        bool                              _selected;
        bool                              _valid;
         float                             _mouse_x_fraction;
         float                             _mouse_y_fraction;
+       uint16_t                          _channel_selection;
 
         void set_mouse_fractions (GdkEvent*);
 };