Commit 570b741
Fix: Prevent search bar from capturing Revit keyboard shortcut characters
Changed the initial focused element of FrmAddInManager from the search TextBox (tbxSearch) to the TabControl. This prevents the second character of a two-letter Revit keyboard shortcut (like 'AA') from being entered into the search field when the window opens.
Fixes #76
Co-authored-by: chuongmep <31106432+chuongmep@users.noreply.github.com>1 parent abc7dd3 commit 570b741
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments