Skip to content

Commit

Permalink
Merge pull request #14 from matthewstern/master
Browse files Browse the repository at this point in the history
Fix grob name forwarding
  • Loading branch information
clauswilke authored Sep 27, 2020
2 parents bf752d0 + 873125a commit e12e676
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 e12e676

Please sign in to comment.