mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Update display when setEnabled is called
This commit is contained in:
parent
6c690312e9
commit
d16e9769b0
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
- (void) setEnabled: (BOOL)flag
|
||||
{
|
||||
_enabled = flag;
|
||||
[self setNeedsDisplay];
|
||||
}
|
||||
|
||||
- (BOOL) isEnabled
|
||||
|
|
Loading…
Reference in a new issue