]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Kaisuke Nakajima points out that it's unnecessary to translate
authorSimon Tatham <anakin@pobox.com>
Wed, 21 Jan 2004 20:59:20 +0000 (20:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 21 Jan 2004 20:59:20 +0000 (20:59 +0000)
commit1527565ad7bc768a70e4b1c4b2897a02168a91f8
tree4e9b88cc5b69da90618f2fb9fddb6101134f1e44
parent2379e6961970fe380966b0def041a2496b9cc631
Kaisuke Nakajima points out that it's unnecessary to translate
negative font sizes (meaning pixels) into positive ones (points) in
winstore.c, since it gets done anyway at the point of font creation;
and removing the code in winstore.c means that the precise font
entered by the user is saved in the config, rather than being
rounded.

[originally from svn r3755]
winctrls.c
winstore.c