mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 03:52:35 +02:00
designer: inform widgetset that designer handles WM_CONTEXTPOPUP message itself by Zeljan (issue #0015409)
git-svn-id: trunk@23234 -
This commit is contained in:
parent
7034964e63
commit
d8faa4f504
@ -1571,6 +1571,7 @@ begin
|
||||
PopupPos := Point(Left + Width, Top);
|
||||
with Form.ClientToScreen(PopupPos) do
|
||||
FDesignerPopupMenu.Popup(X, Y);
|
||||
Message.Result := 1;
|
||||
end;
|
||||
|
||||
procedure TDesigner.GetMouseMsgShift(TheMessage: TLMMouse;
|
||||
|
Loading…
Reference in New Issue
Block a user