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

Aspect ratio wrong when resize on an OrtographicLens #17

Open
vectorcharlie opened this issue Dec 30, 2022 · 0 comments
Open

Aspect ratio wrong when resize on an OrtographicLens #17

vectorcharlie opened this issue Dec 30, 2022 · 0 comments

Comments

@vectorcharlie
Copy link

Hi! found that changing the lens to Ortographic, the resize function on QPanda3DWidget does not work, as the self.initial_size is declared as the self.size() value, which is a generic default from QT. Changing that to QSizeF(size.x, size.y) makes the Ortographic and Perspective lens work correctly

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

1 participant