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
1 changed files with 1 additions and 1 deletions

View File

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