pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

Two-finger scroll zoom not working correctly in Qt6

Open astrofrog opened this issue 11 months ago • 1 comments

If I run the following in IPython:

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.

astrofrog avatar Mar 05 '24 15:03 astrofrog