Skip to content

Commit

Permalink
keep fermata size in tablature
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Sep 8, 2023
1 parent b79933f commit 56ef79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ void View::DrawFermata(DeviceContext *dc, Fermata *fermata, Measure *measure, Sy
continue;
}

const int staffSize = staff->m_drawingStaffSize;
const int staffSize = staff->GetDrawingStaffNotationSize();
const int y = fermata->GetDrawingY();

const int width = (symbolDef) ? symbolDef->GetSymbolWidth(m_doc, staffSize, drawingCueSize)
Expand Down

0 comments on commit 56ef79d

Please sign in to comment.