Fix bug where inserting notes in MouseContent mode disallowed resizing.

This commit is contained in:
nick_m 2015-05-24 04:04:37 +10:00
parent 92b69a17da
commit b86c3f97b0

View file

@ -550,7 +550,7 @@ public:
void aborted (bool); void aborted (bool);
bool active (Editing::MouseMode mode) { bool active (Editing::MouseMode mode) {
return mode == Editing::MouseDraw; return mode == Editing::MouseDraw || mode == Editing::MouseContent;
} }
bool y_movement_matters () const { bool y_movement_matters () const {