Fixed|UI: Command line widgets must check for disabled state
If disabled, command line widgets must not handle events. The baseclass (LineEditWidget) does already respect the disabled flag,however derived classes did not.
View differences
Fixed|UI: Command line widgets must check for disabled state
If disabled, command line widgets must not handle events. The base
class (LineEditWidget) does already respect the disabled flag,
however derived classes did not.