]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The GTK colour selector does not provide full 8-bit resolution in
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Mar 2003 11:07:59 +0000 (11:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Mar 2003 11:07:59 +0000 (11:07 +0000)
commitba7148c42bc3144a109ce325d80be05d7bc9453f
treef0d0c4df7a1454451f8342dca11a37defb72f4f1
parent271adc266de500872573db1b1f918299db75988e
The GTK colour selector does not provide full 8-bit resolution in
the RGB values (it deals in floats with 2 d.p. instead). Hence I've
replaced the static RGB text item in the Colours panel with three
little edit boxes, so that a user can type in exact 0-255 RGB values
if necessary. This should have the additional advantage of being
quicker than faffing with the colour selector if you already know
exactly what you want and are in a hurry!

[originally from svn r2978]
config.c