mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-19 03:58:05 -05:00
Remove a rogue diagnostic
[originally from svn r758]
This commit is contained in:
parent
ea0d42801a
commit
8f7a1e30f7
1
windlg.c
1
windlg.c
@ -1601,7 +1601,6 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg,
|
|||||||
0, 0);
|
0, 0);
|
||||||
if (!cfg.bold_colour)
|
if (!cfg.bold_colour)
|
||||||
i = (i < 3 ? i*2 : i == 3 ? 5 : i*2-2);
|
i = (i < 3 ? i*2 : i == 3 ? 5 : i*2-2);
|
||||||
debug(("ooh\n"));
|
|
||||||
SetDlgItemInt (hwnd, IDC_RVALUE, cfg.colours[i][0], FALSE);
|
SetDlgItemInt (hwnd, IDC_RVALUE, cfg.colours[i][0], FALSE);
|
||||||
SetDlgItemInt (hwnd, IDC_GVALUE, cfg.colours[i][1], FALSE);
|
SetDlgItemInt (hwnd, IDC_GVALUE, cfg.colours[i][1], FALSE);
|
||||||
SetDlgItemInt (hwnd, IDC_BVALUE, cfg.colours[i][2], FALSE);
|
SetDlgItemInt (hwnd, IDC_BVALUE, cfg.colours[i][2], FALSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user