spiegel-keyman/common/windows/delphi/charmap
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
..
CharacterDragObject.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
CharacterMapSettings.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
CharacterRanges.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
CharMapInsertMode.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
CheckDatabaseEngine.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
UfrmCharacterMapFilter.dfm chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
UfrmCharacterMapFilter.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
UfrmCharacterMapNew.dfm chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
UfrmCharacterMapNew.pas fix(developer): invalid charmap cell selection when updating to empty search result 2022-12-10 06:04:17 +07:00
UfrmUnicodeDataStatus.dfm chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
UfrmUnicodeDataStatus.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00
UnicodeData.pas chore(windows): Merge branch 'chore/developer/js-to-lmc' into chore/windows/move-delphi-common-units 2022-06-23 15:56:15 +10:00
utilcheckfontchars.pas chore(windows): move global/delphi/charmap to common 2022-06-13 05:54:23 +10:00