kivy / kivy

Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
https://kivy.org
MIT License
17k stars 3.04k forks source link

`Label`: Prevent overwriting `disabled_color` attribute when `color` is updated #8667

Closed ikus060 closed 1 month ago

ikus060 commented 1 month ago

Ensure that when setting rules for color and disabled_color, refrain from overwriting color attributes if the label is disabled, allowing the label to be drawn using the disabled_color value.

Maintainer merge checklist

ikus060 commented 1 month ago

Sure, I will do the change tomorrow...

ikus060 commented 1 month ago

@misl6 I've make some modification following your recommendation.