mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-11 08:21:00 +00:00
* fixed a unbalanced retain/release ivar
* Modules/Editors/ProjectCenter/PCEditor.m: - changed the -[openFileAtPath:editorManager:editable:] to retain the ivar 'textColor'... to balance its retain/release count;
This commit is contained in:
parent
c8c3b2fc0e
commit
377359a92f
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@
|
|||
}
|
||||
|
||||
textColor = [prefs colorForKey:EditorForegroundColor defaultValue:textColor];
|
||||
RETAIN(textColor);
|
||||
|
||||
[attributes setObject:font forKey:NSFontAttributeName];
|
||||
[attributes setObject:textBackgroundColor forKey:NSBackgroundColorAttributeName];
|
||||
|
|
Loading…
Reference in a new issue