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

Fix resize cursor not being cleared when mouse moves over child widgets #1888

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Nov 13, 2023

Occasionally, when the cursor is moved into a window, it will stay as the resize cursor, rather than returning to the pointer, when not over the border.

This PR should fix that. Fix is to enable mouse tracking after all widgets have been created, not just those in ChannelGUI/FeatureGUI/DeviceGUI class. QTableWdigets also need special handling.

@f4exb f4exb merged commit bdfe1a9 into f4exb:master Nov 14, 2023
2 of 3 checks passed
f4exb added a commit that referenced this pull request Nov 29, 2023
@srcejon srcejon deleted the fix_resize_cursor branch February 28, 2024 16:19
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

Successfully merging this pull request may close these issues.

2 participants