mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
1a3351607c
commit
1c53e7f718
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue