[ros-dev] Fwd: [NOTEPAD] Patch by Edijs Kolesnikovics: Write default font, weight and point...

Jérôme Gardou jerome.gardou at laposte.net
Fri Apr 29 22:26:36 UTC 2011


SaveDword(hKey,     _T("iPointSize"),   Globals.lfFont.lfHeight);

shouldn't it be

SaveDword(hKey,     _T("iPointSize"), 
PointSizeFromHeight(Globals.lfFont.lfHeight));

Also, this would permit to simplify code a bit :-)

http://cia.vc/stats/project/ReactOS/.message/3522f92




More information about the Ros-dev mailing list