Skip to content

Commit 6539d92

Browse files
committed
Update grip anchor lines on edit
1 parent c1199c7 commit 6539d92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/notation/internal/notationinteraction.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4844,6 +4844,9 @@ void NotationInteraction::editElement(QKeyEvent* event)
48444844
m_editData.element = bracket;
48454845
select({ bracket }, SelectType::SINGLE);
48464846
}
4847+
if (isGripEditStarted()) {
4848+
updateGripAnchorLines();
4849+
}
48474850

48484851
apply();
48494852
} else {

0 commit comments

Comments
 (0)