mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:21:22 +00:00
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:
parent
f63f89dd05
commit
7855b12d6a
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue