Skip to content

Commit

Permalink
fix free_spaces not work properly for haetmap annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 3, 2024
1 parent c499f31 commit 23a4aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/layout-quad-build.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ quad_build.QuadLayout <- function(quad, controls = quad@controls) {
extra_coords <- row_coords
stack_controls$plot_align <- vertical_align
}
stack_controls <- inherit_controls(stack@controls, stack_controls)
plot <- stack_build(stack,
controls = inherit_controls(stack@controls, stack_controls),
controls = stack_controls,
extra_coords = extra_coords
)
if (!is.null(plot)) {
Expand Down

0 comments on commit 23a4aba

Please sign in to comment.