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 disabled UITextBox no hover cursor #604 #629

Merged

Conversation

rbaltrusch
Copy link
Contributor

This fixes issue #604, which occurs when a UITextBox widget is disabled, yet hovering over it changes to the text-select cursor, incorrectly implying that the widget text can be selected.

This fixes issue MyreMylar#604, which occurs when a UITextBox widget is disabled, yet hovering over it changes to the text-select cursor, incorrectly implying that the widget text can be selected.
This also fixes issue MyreMylar#604, initially raised only for UITextBox widgets, for UITextEntryLine widgets, as the issue is present for all text widgets. With this fix, all text widgets (UITextBox, UITextEntry (inheriting from UITextBox) and UITextEntryLine) no longer exhibit the faulty behaviour.
Copy link
Owner

@MyreMylar MyreMylar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@MyreMylar MyreMylar merged commit 65cfadf into MyreMylar:main Sep 18, 2024
9 checks passed
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