Issue 11760 fix tool strip combo box display#11761
Merged
Tanya-Solyanik merged 2 commits intodotnet:mainfrom Aug 1, 2024
Merged
Issue 11760 fix tool strip combo box display#11761Tanya-Solyanik merged 2 commits intodotnet:mainfrom
Tanya-Solyanik merged 2 commits intodotnet:mainfrom
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
lonitra
reviewed
Jul 30, 2024
...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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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