mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-13 14:13:02 +00:00
Merge pull request #30 from svgol/tmp_textColor_unbalanced
the ivar PCEditor->textColor is assigned in the unbalanced manner
This commit is contained in:
commit
0d75eae5d0
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
|||
textBackgroundColor = readOnlyColor;
|
||||
}
|
||||
|
||||
textColor = [prefs colorForKey:EditorForegroundColor defaultValue:textColor];
|
||||
ASSIGN(textColor, [prefs colorForKey:EditorForegroundColor defaultValue:textColor]);
|
||||
|
||||
[attributes setObject:font forKey:NSFontAttributeName];
|
||||
[attributes setObject:textBackgroundColor forKey:NSBackgroundColorAttributeName];
|
||||
|
|
Loading…
Reference in a new issue