-
Notifications
You must be signed in to change notification settings - Fork 25
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
Changing any slider menu value moves the cursor to the center of the window #69
Comments
Thank you for reporting this issue. could you describe how you maximise the window? |
I use a setWindowState(QtCore.Qt.WindowMaximized) in the create_global_app method. had to do this since the app was starting in a small window. |
Can you repro this without changing the source code for bqt?
|
FYI, window might be small first time you start it. |
created a new issue for first time blender window wrap is too small #72 this thread can focus on the problem of mouse resets to center if maximised |
current workaround: disable qt wrapping with BQT_DISABLE_WRAP set to 1 |
afraid I can't repro this with the test code i created, |
#109 I can reproduce this problem |
if the only method to fix it is set BQT_DISABLE_WRAP to 1, is there a solution to let the qt widgets to hide and show when the blender window is focus or not? |
if BQT_DISABLE_WRAP is 1, bqt should automatically handle widgets in foreground if blender is in focus. |
After maximising the Blender Qt window, any changes I make to any slider in Blender's UI moves the cursor to the center.
The text was updated successfully, but these errors were encountered: