Renable missing font hack

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2015-07-22 15:23:04 +00:00
parent 1a3351607c
commit 1c53e7f718

View file

@ -864,7 +864,7 @@ static void setNSFont(NSString *key, NSFont *font)
}
}
#if 0
#if 1
// Testplant-MAL-2015-06-30: Certain missing fonts would cause GUI problems...
// Is this still needed??? Omitting for testing...
if (fontInfo == nil)