diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-16 02:58:31 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-16 02:58:31 -0500 |
| commit | 175f94fe3ff0b5b341431d33a108e2d3fe9c9149 (patch) | |
| tree | a3de77f0c5c1498b99cf98f3fcefa9d16881736d | |
| parent | d082d0ebab3207d1ef5bd7640d51a4b7077d5303 (diff) | |
Punctuation fix.
| -rw-r--r-- | wintable/new/select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/select.h b/wintable/new/select.h index 12c5770..8f23f03 100644 --- a/wintable/new/select.h +++ b/wintable/new/select.h @@ -89,7 +89,7 @@ HANDLER(mouseDownSelectHandler) /* the routine below is intended to simulate the comctl32.dll listview keyboard navigation rules, at least as far as vertical navigation is concerned. -horizontal scrolling is different because (unlike the comctl32) listview, we say that a single column in each row has the keyboard focus, so left and right navigate between columns here, instead of scrolling left/right by pixels. +horizontal scrolling is different because unlike the comctl32 listview, we say that a single column in each row has the keyboard focus, so left and right navigate between columns here, instead of scrolling left/right by pixels. TODO provide an override for scrolling by pixels? TODO any other keyboard shortcuts? |
