Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Jan 21, 2025
2 parents fb7f809 + e4fd8fb commit 26dbbd5
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atlasview/atlasview.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def mouseMoveEvent(self, scenepos):
self.label_region.setText("")
self.label_acronym.setText("")
else:
self.label_region.setText(region['name'][0])
self.label_acronym.setText(region['acronym'][0])
self.label_region.setText(region['name'])
self.label_acronym.setText(region['acronym'])

def replace_image_layer(self, index, **kwargs):
if index and len(self.imageItem) >= index:
Expand Down
Loading

0 comments on commit 26dbbd5

Please sign in to comment.