mirror of
https://github.com/reactos/wine.git
synced 2025-01-30 00:14:40 +00:00
Increase the required rectangle size before drawing big +/-.
This commit is contained in:
parent
b28c79aa50
commit
ae720e6d7c
@ -2345,7 +2345,7 @@ TREEVIEW_DrawItemLines(TREEVIEW_INFO *infoPtr, HDC hdc, TREEVIEW_ITEM *item)
|
||||
SelectObject(hdc, hOldPen);
|
||||
DeleteObject(hNewPen);
|
||||
|
||||
if (height < 16 || width < 16)
|
||||
if (height < 18 || width < 18)
|
||||
{
|
||||
MoveToEx(hdc, centerx - plussize + 1, centery, NULL);
|
||||
LineTo(hdc, centerx + plussize, centery);
|
||||
|
Loading…
x
Reference in New Issue
Block a user