Update display when setEnabled is called

This commit is contained in:
Gregory John Casamento 2020-04-24 06:52:12 -04:00
parent 6c690312e9
commit d16e9769b0

View file

@ -69,6 +69,7 @@
- (void) setEnabled: (BOOL)flag
{
_enabled = flag;
[self setNeedsDisplay];
}
- (BOOL) isEnabled