You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from pywwt.qt import WWTQtClient
%gui qt
wwt = WWTQtClient()
wwt.set_view('Earth')
with PyQt 6.6 installed on MacOS X, if I try and zoom in/out with two-finger scroll, the zooming is erratic and sometimes goes in the opposite direction to the way it should go.
The text was updated successfully, but these errors were encountered:
Just as a test, I tried out the research app using the trackpad on my M3, and the zoom controls work fine (I tried both the latest version and 0.16.0, which is the minimum version pinned in the research app). Which would suggest to me that this is an issue specifically with WWT in Qt (rather than something at the web engine level).
If I run the following in IPython:
with PyQt 6.6 installed on MacOS X, if I try and zoom in/out with two-finger scroll, the zooming is erratic and sometimes goes in the opposite direction to the way it should go.
The text was updated successfully, but these errors were encountered: