revert part of TestPlant imports. The _updateFieldEditor method is

called *after* setUpFieldEditorAttributes so it reset attributes set to
NSText text object.
This commit is contained in:
Riccardo Mottola 2025-01-24 01:38:09 +01:00
parent f63f89dd05
commit 7855b12d6a

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