We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When opening a simple dialog with a custom md_bg_color, a mouse exit will kill the md_bg_color (by setting it to transparent or something).
MDDialog( MDDialogContentContainer( MDIcon(icon="weight") ), theme_bg_color = "Custom", md_bg_color = "red", ).open()
This is due to
KivyMD/kivymd/uix/card/card.py
Line 682 in cfe5aac
Disable this line, and the md_bg_color will stay red onMouseOut (as expected)
red
The text was updated successfully, but these errors were encountered:
This sounds similar to the bug i wrote yesterday: #1681. However, I only experienced issues with the bg color when using the @mainthread decorator.
Sorry, something went wrong.
No branches or pull requests
When opening a simple dialog with a custom md_bg_color, a mouse exit will kill the md_bg_color (by setting it to transparent or something).
This is due to
KivyMD/kivymd/uix/card/card.py
Line 682 in cfe5aac
Disable this line, and the md_bg_color will stay
red
onMouseOut (as expected)The text was updated successfully, but these errors were encountered: