mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
Use the preferences Editor font instead of the system one
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
35b76bb231
commit
ae829b3ac0
1 changed files with 2 additions and 2 deletions
|
@ -379,8 +379,8 @@ static int ComputeIndentingOffset(NSString * string, unsigned int start)
|
|||
float fontSize;
|
||||
NSFont *font = nil;
|
||||
|
||||
fontName = [df objectForKey:@"EditorFont"];
|
||||
fontSize = [df floatForKey:@"EditorFontSize"];
|
||||
fontName = [df objectForKey:@"EditorTextFont"];
|
||||
fontSize = [df floatForKey:@"EditorTextFontSize"];
|
||||
|
||||
if (fontName != nil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue