mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
- addendum to revision 64877 which slightly changed UserDrawCaption's logic - fixes window title being drawn over the icon svn path=/trunk/; revision=65087
This commit is contained in:
@@ -2143,9 +2143,13 @@ BOOL UserDrawCaption(
|
||||
UserDrawIconEx(hDc, x, y, pIcon, cx, cy, 0, NULL, DI_NORMAL);
|
||||
UserDereferenceObject(pIcon);
|
||||
}
|
||||
else
|
||||
{
|
||||
HasIcon = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
if (hIcon)
|
||||
if (HasIcon)
|
||||
Rect.left += Rect.bottom - Rect.top;
|
||||
|
||||
if((uFlags & DC_TEXT))
|
||||
|
||||
Reference in New Issue
Block a user