spiegel-keyman/common/windows
Marc Durdin 8e90efe14a fix(developer): invalid charmap cell selection when updating to empty search result
Fixes #7879.

If we enter a search string that results in zero results, the grid
resize to one row attempts to select row zero. However, we prevent this.
This leaves the current row outside the range of valid rows, which means
the grid is in an invalid state.

This later causes a crash if the user attempts to mousewheel up. There
may be other similar crashes in this situation, but I haven't found any
yet.

Fix is to allow selection of row zero when there is only one row. I have
not found any problems caused by allowing this.
2022-12-10 06:04:17 +07:00
..
cpp chore(linux): add common/include to further paths 2022-08-11 14:56:46 +02:00
data chore(windows): move unicodedata to common 2022-06-10 13:26:07 +10:00
delphi fix(developer): invalid charmap cell selection when updating to empty search result 2022-12-10 06:04:17 +07:00
.gitignore chore(common): add __history to .gitignore 2022-06-21 09:39:05 +10:00
cef-checkout.sh chore(common): make scripts executable and add pre-commit test 2022-09-19 13:59:09 +10:00
CEF_VERSION.md chore(windows): move cef-checkout.sh to common 2022-06-10 13:23:45 +10:00
mkver.sh chore(common): make scripts executable and add pre-commit test 2022-09-19 13:59:09 +10:00
signtime.bat chore(windows): move signtime.bat to common 2022-06-10 13:25:29 +10:00