Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Aug 2, 2024
1 parent 0813aaf commit e859bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +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 e859bc1

Please sign in to comment.