Skip to content

Commit

Permalink
[MAINT, MRG] Remove hack (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill authored Nov 18, 2023
1 parent d9cc22c commit 39c3e29
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 39c3e29

Please sign in to comment.