Skip to content

Commit

Permalink
theme tab control disable frame draw
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Nov 16, 2024
1 parent 7db4277 commit 7fe3c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phlib/theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2582,8 +2582,8 @@ VOID ThemeWindowRenderTabControl(
// SetTextColor(bufferDc, PhThemeWindowTextColor);
SetDCBrushColor(bufferDc, PhThemeWindowBackgroundColor);
FillRect(bufferDc, &itemRect, PhGetStockBrush(DC_BRUSH));
SetDCBrushColor(bufferDc, PhThemeWindowBackground2Color);
FrameRect(bufferDc, &itemRect, PhGetStockBrush(DC_BRUSH));
//SetDCBrushColor(bufferDc, PhThemeWindowBackground2Color);
//FrameRect(bufferDc, &itemRect, PhGetStockBrush(DC_BRUSH));
}
}

Expand Down

0 comments on commit 7fe3c21

Please sign in to comment.