diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-05-04 10:24:08 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-05-04 10:24:08 +0000 |
| commit | 7ba4c00b981893d99ce47e6e43d773ff1168ff88 (patch) | |
| tree | 5d5ed05f16309d9cd00f8968230e37c6ecdc063e | |
| parent | 2f999a9a595714fe62630b68065cee8d668ba13e (diff) | |
| download | puzzles-7ba4c00b981893d99ce47e6e43d773ff1168ff88.zip puzzles-7ba4c00b981893d99ce47e6e43d773ff1168ff88.tar.gz puzzles-7ba4c00b981893d99ce47e6e43d773ff1168ff88.tar.bz2 puzzles-7ba4c00b981893d99ce47e6e43d773ff1168ff88.tar.xz | |
Forgot to set up the initial value of checkboxes.
[originally from svn r4199]
| -rw-r--r-- | windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -684,6 +684,7 @@ static int get_config(frontend *fe, int which) mkctrl(fe, col1l, col2r, y, y+height, "BUTTON", BS_NOTIFY | BS_AUTOCHECKBOX | WS_TABSTOP, 0, i->name, (j->ctlid = id++)); + CheckDlgButton(fe->cfgbox, j->ctlid, (i->ival != 0)); y += height; break; |