Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two-finger scroll zoom not working correctly in Qt6 #372

Open
astrofrog opened this issue Mar 5, 2024 · 1 comment
Open

Two-finger scroll zoom not working correctly in Qt6 #372

astrofrog opened this issue Mar 5, 2024 · 1 comment

Comments

@astrofrog
Copy link
Member

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.

@Carifio24
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants