Skip to content

Commit 686f705

Browse files
committed
Change ScaleSize to ScaleSizeContinuous in ScaleArea
1 parent d799623 commit 686f705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/trans-scales.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ScaleArea <- proto(
2-
ScaleSize,
2+
ScaleSizeContinuous,
33
desc = "Scale area",
44
objname = "area",
55
icon = function(.) ScaleSize$icon(),

0 commit comments

Comments
 (0)