Skip to content

Commit

Permalink
Update brainglobe_registration/registration_widget.py
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Tatarnikov <[email protected]>
  • Loading branch information
saarah815 and IgorTatarnikov authored Aug 6, 2024
1 parent f63b277 commit 4718592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_registration/registration_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def __init__(self, napari_viewer: Viewer):

self.layout().itemAt(1).widget().collapse(animate=False)

check_atlas_installed()
check_atlas_installed(self)

def _on_atlas_dropdown_index_changed(self, index):
# Hacky way of having an empty first dropdown
Expand Down

0 comments on commit 4718592

Please sign in to comment.