Skip to content

Commit

Permalink
Merge pull request #152 from DDMAL/staff-drag-jump
Browse files Browse the repository at this point in the history
Fix nc and accid jumping after dragging staff
  • Loading branch information
yinanazhou authored Jul 9, 2024
2 parents 036a84c + da87640 commit ad0c53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ bool EditorToolkitNeume::Drag(std::string elementId, int x, int y)

SortStaves();

m_doc->GetDrawingPage()->ResetAligners();
if (m_doc->IsTranscription() && m_doc->HasFacsimile()) m_doc->SyncFromFacsimileDoc();

return true; // Can't reorder by layer since staves contain layers
Expand Down

0 comments on commit ad0c53a

Please sign in to comment.