Commit 63ded57
committed
Fixed the issue where edit textBox loses focus when using up/down to switch property values on edit textBox (dotnet#12431)
* Fix editor text box focus issue when switching value property grid view
* Override function SelectInternal in file PropertyGridView.GridViewTextBox.cs
* Removing fullRefresh condition from function Refresh1 parent 7328631 commit 63ded57
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- src/System.Windows.Forms/src/System/Windows/Forms/Controls/PropertyGrid/PropertyGridInternal
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3998 | 3998 | | |
3999 | 3999 | | |
4000 | 4000 | | |
4001 | | - | |
| 4001 | + | |
4002 | 4002 | | |
4003 | 4003 | | |
4004 | 4004 | | |
| |||
0 commit comments