Skip to content

Commit

Permalink
Merge pull request #1925 from Krypton-Suite/1905-V85-Themes-Backgroun…
Browse files Browse the repository at this point in the history
…d--Style

- Missed one
  • Loading branch information
PWagner1 authored Dec 8, 2024
2 parents 0e4e254 + 54f8bb1 commit 0dbe33b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public PaletteHeaderGroupRedirect([DisallowNull] PaletteRedirect redirectHeaderG
[DisallowNull] PaletteRedirect redirectHeaderPrimary,
[DisallowNull] PaletteRedirect redirectHeaderSecondary,
NeedPaintHandler needPaint)
: base(redirectHeaderGroup, PaletteBackStyle.ControlClient,
: base(redirectHeaderGroup, PaletteBackStyle.PanelClient,
PaletteBorderStyle.ControlClient, needPaint)
{
Debug.Assert(redirectHeaderGroup != null);
Expand Down

0 comments on commit 0dbe33b

Please sign in to comment.