Skip to content

Commit

Permalink
Fix grob name forwarding
Browse files Browse the repository at this point in the history
forward `name` argument to gTree creation in `textbox_grob()`
  • Loading branch information
matthewstern authored Sep 26, 2020
1 parent bf752d0 commit 873125a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/textbox-grob.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ textbox_grob <- function(text, x = NULL, y = NULL,
gp = gp,
box_gp = box_gp,
vp = vp,
name = name,
cl = "textbox_grob"
)
}
Expand Down

0 comments on commit 873125a

Please sign in to comment.