Skip to content

Commit

Permalink
Merge pull request #3208 from meeseeksmachine/auto-backport-of-pr-320…
Browse files Browse the repository at this point in the history
…3-on-v3.10.x

Backport PR #3203 on branch v3.10.x (fix specviz2d matched mousover marker)
  • Loading branch information
pllim authored Oct 1, 2024
2 parents 02ac080 + 2f716dc commit 9218bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Specviz
Specviz2d
^^^^^^^^^

- Fix matched mouseover marker for 1d spectrum viewer when mouse is over 2d spectrum viewer. [#3203]

3.10.3 (2024-07-22)
===================

Expand Down
1 change: 1 addition & 0 deletions jdaviz/configs/imviz/plugins/coords_info/coords_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def _image_viewer_update(self, viewer, x, y):
except Exception: # WCS might not be valid # pragma: no cover
coords_status = False
else:
coords_status = True
self.row2_title = 'Wave'
self.row2_text = f'{wave.value:10.5e} {wave.unit.to_string()}'
self.row2_unreliable = False
Expand Down

0 comments on commit 9218bcd

Please sign in to comment.