-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issue 11760 fix tool strip combo box display #11761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 11760 fix tool strip combo box display #11761
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11761 +/- ##
===================================================
+ Coverage 74.73622% 74.83942% +0.10320%
===================================================
Files 3045 3013 -32
Lines 630638 629270 -1368
Branches 46862 46693 -169
===================================================
- Hits 471315 470942 -373
+ Misses 155957 154969 -988
+ Partials 3366 3359 -7
Flags with carried forward coverage won't be shown. Click here to find out more. |
689a331 to
2169190
Compare
...System.Windows.Forms/src/System/Windows/Forms/Controls/ComboBox/ComboBox.FlatComboAdapter.cs
Outdated
Show resolved
Hide resolved
...System.Windows.Forms/src/System/Windows/Forms/Controls/ComboBox/ComboBox.FlatComboAdapter.cs
Outdated
Show resolved
Hide resolved
Tanya-Solyanik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Fixes #11760
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Before
When hovering over drop-down arrow of ToolStripComboBox, an additional blue hover effect appears outside the icon.
ToolStripComboBox.mp4
After
No additional blue hover effect appears outside the icon.
Test methodology
Test environment(s)
Microsoft Reviewers: Open in CodeFlow