Skip to content

Commit f6a1607

Browse files
committed
Fix partial match
1 parent 231a7ca commit f6a1607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/guides-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Guides <- ggproto(
541541
# prepare output
542542
for (i in vec_seq_along(groups)) {
543543
adjust <- NULL
544-
position <- groups$key$position[i]
544+
position <- groups$key$positions[i]
545545
if (position == "inside") {
546546
adjust <- theme(
547547
legend.position.inside = groups$key$coord[[i]],

0 commit comments

Comments
 (0)