mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix bug where inserting notes in MouseContent mode disallowed resizing.
This commit is contained in:
parent
92b69a17da
commit
b86c3f97b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue