Fix BaseButton to allow buttons to be disabled
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
the super() is unneeded since no classes which BaseButton inherits from have an on_disabled() function. This super(), therefore, causes a crash.