Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 5e329c6

Browse files
authored
Merge pull request #195 from JuliaPlots/sd-limits
fix limit for 2d
2 parents 27697b4 + 365dcba commit 5e329c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function scene_limits(scene::Scene)
316316
if scene.limits[] === automatic
317317
return scene.data_limits[]
318318
else
319-
return scene.limits[]
319+
return FRect3D(scene.limits[])
320320
end
321321
end
322322

0 commit comments

Comments
 (0)