-
Notifications
You must be signed in to change notification settings - Fork 1k
Remaining Darkmode issues for Preview 6 #13610
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
Remaining Darkmode issues for Preview 6 #13610
Conversation
465b110
to
8c8fedb
Compare
f640369
to
903cbe0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13610 +/- ##
====================================================
+ Coverage 76.55974% 97.41138% +20.85163%
====================================================
Files 3252 1189 -2063
Lines 640748 353200 -287548
Branches 47429 5382 -42047
====================================================
- Hits 490555 344057 -146498
+ Misses 146663 8378 -138285
+ Partials 3530 765 -2765
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
As we're constrained to get this in the next preview, approving ahead of addressing feedback.
@@ -2545,6 +2557,8 @@ private int CompensateColumnHeaderResize(int columnIndex, bool columnResizeCance | |||
|
|||
protected override unsafe void CreateHandle() | |||
{ | |||
base.CreateHandle(); |
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.
This should have a comment that explains why it must come first.
} | ||
|
||
#pragma warning disable WFO5001 | ||
private void ApplyDarkModeOnDemand() |
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.
Same comment as before, ApplyDarkMode
better reflects what this method does.
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.
Will add all mentioned issue to the list as soon as I have done high prio tasks.
Fixes remaining dark mode issues for Preview 6 in
Microsoft Reviewers: Open in CodeFlow