mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Updated for change in cell ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86c51c4df6
commit
d33fc64766
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static NSColor *txtCol;
|
|||
- (id) initTextCell: (NSString *)aString
|
||||
{
|
||||
[super initTextCell: aString];
|
||||
text_align = NSLeftTextAlignment;
|
||||
_text_align = NSLeftTextAlignment;
|
||||
|
||||
ASSIGN(_text_color, txtCol);
|
||||
ASSIGN(_background_color, bgCol);
|
||||
|
|
Loading…
Reference in a new issue