mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Highlight active tab (issue #1351)
This commit is contained in:
parent
7635906a13
commit
0fefd265c3
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ begin
|
|||
if (Win32MajorVersion >= 10) and (PageIndex > -1) then
|
||||
begin
|
||||
ARect:= TabRect(PageIndex);
|
||||
IntersectClipRect(DC, ARect.Left, ARect.Top, ARect.Right, ARect.Top + 2);
|
||||
IntersectClipRect(DC, ARect.Left, ARect.Top, ARect.Right, ARect.Top + 3);
|
||||
InflateRect(ARect, ScaleX(8, 96), 0);
|
||||
DrawThemeBackground(TWin32ThemeServices(ThemeServices).Theme[teToolBar], DC, TP_BUTTON, TS_CHECKED, ARect, nil);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue