Skip to content

Commit

Permalink
Merge pull request #108 from astrofrog/note-zooming
Browse files Browse the repository at this point in the history
Added status bar note on zooming due to buggy scrolling in Qt6
  • Loading branch information
astrofrog authored Mar 21, 2024
2 parents fa70134 + ebc522b commit 59a0024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glue_wwt/viewer/qt_data_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def __init__(self, session, parent=None, state=None):

self._wwt.widget.page.wwt_ready.connect(self._on_wwt_ready)

self.set_status('NOTE ON ZOOMING: use the z/x keys to zoom in/out if scrolling does not work')

def _initialize_wwt(self):
from pywwt.qt import WWTQtClient
self._wwt = WWTQtClient()
Expand Down

0 comments on commit 59a0024

Please sign in to comment.