U613 specifying alignment in win32 and CE (from Yitzhak)

> The bug involved using the initalign (and related) indexes into
> the array of alignments as indexes into the respective combo box,
> and these are (apparently) not equivalent. To fix, the combo box
> is queried one by one for the item with the index that produces
> that proper alignment value, and then uses that index found. I
> did not find an API that does this in one step, but this only
> happens once, at dialog initialization.
This commit is contained in:
nethack.allison
2003-09-03 03:57:32 +00:00
parent efb8739977
commit e382e3b055
3 changed files with 37 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ grammar, spelling and other typos
Platform- and/or Interface-Specific Fixes
-----------------------------------------
win32tty: fix visible CRLF characters during lockfile error message
win32gui: you couldn't specify an alignment in defaults.nh and have it stick
General New Features