mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.removed DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@8795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1dcaf53354
commit
8820e5afb0
1 changed files with 0 additions and 3 deletions
|
|
@ -610,9 +610,6 @@ void ChSysInit()
|
|||
String name = FromSystemCharset(ncm.lfMenuFont.lfFaceName);
|
||||
int height = abs((int)ncm.lfMenuFont.lfHeight);
|
||||
|
||||
DDUMP(name);
|
||||
DDUMP(height);
|
||||
|
||||
int q = Font::FindFaceNameIndex(name);
|
||||
if(height > 0 && height < 200) // sanity..
|
||||
Font::SetDefaultFont(Font(q >= 0 ? q : Font::SANSSERIF, height));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue