You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ricardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box)
committed
Backport to .NET 9.0
Fixes#12744
## Root Cause
- Regression introduced by PRs 11529 and 11761, which modified how `ComboBox` controls would be drawn.
## Proposed changes
- Revert code from PRs 11529 and 11761.
## Customer Impact
- `ComboBox` button can be shown normally when switching RightToLeft property, or recreating the `ComboBox` for any other reason.
## Regression?
- Yes
## Risk
- Minimal
## Screenshots
### Before
### After
## Test methodology
- Manual
## Test environment(s)
- 9.0.100
Copy file name to clipboardExpand all lines: src/System.Windows.Forms/src/System/Windows/Forms/Controls/ToolStrips/ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ internal partial class ToolStripComboBoxControl : ComboBox
0 commit comments