-
-
Notifications
You must be signed in to change notification settings - Fork 56
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 Crash Reporting U.X. #67
base: master
Are you sure you want to change the base?
Conversation
…let app. Slight change to app setting text.
It might be good to add a similar warning indicator for settings that will not change effect until the application is restarted. |
@@ -20,7 +22,8 @@ Item { | |||
|
|||
width: toolTipText.width + 4 | |||
height: toolTipText.height + 4 | |||
opacity: (toolTip != "" && showToolTip) ? 1 : 0 | |||
opacity: (toolTip != "" && showToolTip) ? 1 : 0 // Doesn't work. | |||
//opacity: 1 // Works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this shows the opacity bug.
Here are some builds you may use for testing: ubuntu-18.04, full
macOS-10.15, full windows-2019, full self-hosted_debian-11_aarch64, full |
Original issue: vircadia/vircadia-native-core#1484
Original pull request: vircadia/vircadia-native-core#1507
This is a draft because there are two major Q.M.L. bugs: