Skip to content

Commit

Permalink
remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Nov 17, 2023
1 parent c245654 commit 099eb71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mne_gui_addons/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ def _configure_status_bar(self, hbox=None):
def _update_camera(self, render=False):
"""Update the camera position."""
self._renderer.set_camera(
# needs fix, distance moves when focal point updates
distance=self._renderer.plotter.camera.distance * 0.9,
focalpoint=tuple(self._ras),
reset_camera=False,
)
Expand Down

0 comments on commit 099eb71

Please sign in to comment.