ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.07k stars 102 forks source link

The color of TabControlIn is unexpected #220

Closed luluxiaoyu closed 5 months ago

luluxiaoyu commented 5 months ago

Describe the bug

The color of TabControlIn is unexpected seem like #193 but i'm not use ThemeManager.Current.UsingSystemTheme = true;

Steps to reproduce the bug

just use tabcontrol in handycontrol style Style="{StaticResource TabControlInLine}" or Style="{StaticResource TabControlCapsuleSolid}

Expected behavior

No response

Screenshots

image image

NuGet package version

HandyControls (Custom version) 3.4.5

IDE

Visual Studio 2022

Framework type

.Net 6.0

Windows version

Windows 11 (22621)

Additional context

No response

ghost1372 commented 5 months ago

Thanks for the report, I don't work with wpf anymore but will definitely fix this. I See Green Color in TabItem, Do you expect it to be blue instead of the green?

luluxiaoyu commented 5 months ago

Thanks for the report, I don't work with wpf anymore but will definitely fix this. I See Green Color in TabItem, Do you expect it to be blue instead of the green?

The accentcolor I set is green, and I want the blue to turn green

ghost1372 commented 5 months ago

Thanks for the report, I don't work with wpf anymore but will definitely fix this. I See Green Color in TabItem, Do you expect it to be blue instead of the green?

The accentcolor I set is green, and I want the blue to turn green

Fixed in https://github.com/ghost1372/HandyControls/commit/f8bd3452cd4b357858d882b1d9d4d34d0765cd14

image

luluxiaoyu commented 5 months ago

Thanks for the report, I don't work with wpf anymore but will definitely fix this. I See Green Color in TabItem, Do you expect it to be blue instead of the green?

The accentcolor I set is green, and I want the blue to turn green

Fixed in f8bd345

image

thx