Skip to content

Commit

Permalink
avoid partial match of just to justification (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand authored Apr 22, 2024
1 parent c410a54 commit 27e608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gtable.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ gtable <- function(widths = list(), heights = list(), respect = FALSE,
name = name,
x = vp$x, y = vp$y,
width = vp$width, height = vp$height,
just = vp$just, gp = vp$gp, xscale = vp$xscale,
just = vp$justification, gp = vp$gp, xscale = vp$xscale,
yscale = vp$yscale, angle = vp$angle, clip = vp$clip
)
}
Expand Down

0 comments on commit 27e608c

Please sign in to comment.