Merge pull request #328 from gnustep/fix_TextObject_properties

revert part of TestPlant imports. The _updateFieldEditor method is
This commit is contained in:
Riccardo 2025-01-25 22:55:21 +01:00 committed by GitHub
commit efb587850b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,14 +286,6 @@
}
}
- (void) _updateFieldEditor: (NSText*)textObject
{
[super _updateFieldEditor: textObject];
[textObject setDrawsBackground: _textfieldcell_draws_background];
[textObject setBackgroundColor: _background_color];
[textObject setTextColor: _text_color];
}
- (BOOL) isOpaque
{
if (_textfieldcell_draws_background == NO