mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:10:37 +00:00
Merge pull request #328 from gnustep/fix_TextObject_properties
revert part of TestPlant imports. The _updateFieldEditor method is
This commit is contained in:
commit
efb587850b
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
|
- (BOOL) isOpaque
|
||||||
{
|
{
|
||||||
if (_textfieldcell_draws_background == NO
|
if (_textfieldcell_draws_background == NO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue