mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 23:39:39 +01:00
Menu designer: Fixed MainMenu top items doesn't draw in Windows XP. Issue #31163
git-svn-id: trunk@53900 -
This commit is contained in:
parent
ac28ae0d0d
commit
e34a8ccba3
@ -511,7 +511,7 @@ var
|
|||||||
begin
|
begin
|
||||||
Result :=
|
Result :=
|
||||||
((Details.Element = teTreeview) and (Details.Part = TVP_TREEITEM)) or
|
((Details.Element = teTreeview) and (Details.Part = TVP_TREEITEM)) or
|
||||||
(Details.Element = teToolTip);
|
(Details.Element = teToolTip) or (Details.Element = teMenu);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user