mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 13:39:25 +02: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
|
||||
Result :=
|
||||
((Details.Element = teTreeview) and (Details.Part = TVP_TREEITEM)) or
|
||||
(Details.Element = teToolTip);
|
||||
(Details.Element = teToolTip) or (Details.Element = teMenu);
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user