Skip to content

Commit

Permalink
Fix nc and accid jumping after dragging staff
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jul 8, 2024
1 parent 8490f11 commit 6e74eac
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 6e74eac

Please sign in to comment.