Menu designer: Fixed MainMenu top items doesn't draw in Windows XP. Issue #31163

git-svn-id: trunk@53900 -
This commit is contained in:
michl 2017-01-08 20:56:43 +00:00
parent ac28ae0d0d
commit e34a8ccba3

View File

@ -511,7 +511,7 @@ var
begin
Result :=
((Details.Element = teTreeview) and (Details.Part = TVP_TREEITEM)) or
(Details.Element = teToolTip);
(Details.Element = teToolTip) or (Details.Element = teMenu);
end;
begin