Commit dc4314e
authored
Fixed the issue where edit textBox loses focus when using up/down to switch property values on edit textBox (#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 7896a6e commit dc4314e
File tree
1 file changed
+1
-1
lines changed- src/System.Windows.Forms/src/System/Windows/Forms/Controls/PropertyGrid/PropertyGridInternal
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3992 | 3992 | | |
3993 | 3993 | | |
3994 | 3994 | | |
3995 | | - | |
| 3995 | + | |
3996 | 3996 | | |
3997 | 3997 | | |
3998 | 3998 | | |
| |||
0 commit comments