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

Commit

Permalink
Merge pull request #195 from JuliaPlots/sd-limits
Browse files Browse the repository at this point in the history
fix limit for 2d
  • Loading branch information
SimonDanisch authored Aug 31, 2019
2 parents 27697b4 + 365dcba commit 5e329c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function scene_limits(scene::Scene)
if scene.limits[] === automatic
return scene.data_limits[]
else
return scene.limits[]
return FRect3D(scene.limits[])
end
end

Expand Down

0 comments on commit 5e329c6

Please sign in to comment.