Skip to content

Fix 13627 DemoConsole app: The open button cannot be seen in TreeView Tasks dialog in Dark Mode #13631

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Epica3055
Copy link
Member

@Epica3055 Epica3055 commented Jun 20, 2025

Fix #13627

Proposed changes

  • We need to set OwnerDraw true to be able to draw the button ourselves. So we set FlatStyle to Popup to break parent class's OwnerDraw logic.

Screenshots

Before

image

After

Issue_13627

Test methodology

  • manual test
Microsoft Reviewers: Open in CodeFlow

Copy link

codecov bot commented Jun 20, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 76.60452%. Comparing base (08485db) to head (e5b2814).
Report is 1 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #13631         +/-   ##
===================================================
- Coverage   76.60828%   76.60452%   -0.00376%     
===================================================
  Files           3253        3253                 
  Lines         640996      641000          +4     
  Branches       47439       47439                 
===================================================
- Hits          491056      491035         -21     
- Misses        146290      146316         +26     
+ Partials        3650        3649          -1     
Flag Coverage Δ
Debug 76.60452% <0.00000%> (-0.00376%) ⬇️
integration 18.98137% <0.00000%> (-0.01248%) ⬇️
production 51.06099% <0.00000%> (-0.00802%) ⬇️
test 97.41175% <ø> (ø)
unit 48.44031% <0.00000%> (-0.00659%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DemoConsole app: The open button cannot be seen in TreeView Tasks dialog in Dark Mode
1 participant