Skip to content

Commit

Permalink
Merge pull request #3514 from rettinghaus/develop-tabfermata
Browse files Browse the repository at this point in the history
Keep fermata size in tablature
  • Loading branch information
lpugin authored Sep 9, 2023
2 parents b79933f + 56ef79d commit 5ed202a
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 5ed202a

Please sign in to comment.