Skip to content

Commit

Permalink
Don't consider gap below frame in page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
miiizen committed Sep 28, 2023
1 parent 7b6e787 commit 3dba4f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engraving/rendering/dev/pagelayout.cpp
Expand Up @@ -229,7 +229,6 @@ void PageLayout::collectPage(LayoutContext& ctx)
+ ctx.state().curSystem()->height();
Box* vbox = ctx.state().curSystem()->vbox();
if (vbox) {
dist += vbox->bottomGap();
if (footerExtension > 0) {
dist += footerExtension;
}
Expand Down
Binary file added vtest/scores/frame.mscz
Binary file not shown.

0 comments on commit 3dba4f2

Please sign in to comment.