Skip to content

Commit

Permalink
Merge branch 'develop-neon' into drag-staff-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin authored Aug 2, 2024
2 parents c63d38e + d02dc6f commit 907a74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ bool EditorToolkitNeume::Drag(std::string elementId, int x, int y)
SortStaves();

m_doc->GetDrawingPage()->LayOutTranscription(true);

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 907a74f

Please sign in to comment.