Skip to content

Commit

Permalink
bugfix sandbox_scene
Browse files Browse the repository at this point in the history
  • Loading branch information
miili committed Jan 31, 2018
1 parent a58ebbf commit 1ecfadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def setExtent(self, east, north):
self.theta.fill(num.pi/2)
self.phi.fill(0.)

self.frame._updateExtent()
self.frame.updateExtent()
self._clearModel()
self.evChanged.notify()

Expand Down

0 comments on commit 1ecfadc

Please sign in to comment.