Skip to content

Commit

Permalink
[bug-19963] fixed layout of spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorsukov committed Dec 8, 2023
1 parent e40d212 commit 425c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/rendering/dev/tlayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4863,7 +4863,7 @@ void TLayout::layoutSlur(Slur* item, LayoutContext& ctx)

void TLayout::layoutSpacer(Spacer* item, LayoutContext&)
{
UNUSED(item);
item->layout0();
}

void TLayout::layoutSpanner(Spanner* item, LayoutContext& ctx)
Expand Down

0 comments on commit 425c890

Please sign in to comment.