Merged with trunk R1141
[ardour.git] / gtk2_ardour / keyboard.cc
index 17390b8b4db79020fb24d82c5e855a55eaa95d4d..a6a14ad55b23c80494781eacbfea6841333ee275 100644 (file)
@@ -796,6 +796,8 @@ Keyboard::modifier_state_equals (guint state, ModifierMask mask)
 Selection::Operation
 Keyboard::selection_type (guint state)
 {
+       /* note that there is no modifier for "Add" */
+
        if (modifier_state_equals (state, Shift)) {
                return Selection::Extend;
        } else if (modifier_state_equals (state, Control)) {