Skip to content

Fix BaseButton to allow buttons to be disabled

Jude188 requested to merge Jude188/KivyMD:patch into master

the super() is unneeded since no classes which BaseButton inherits from have an on_disabled() function. This super(), therefore, causes a crash.

Edited by Jude188

Merge request reports