mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 11:58:16 +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);
|
PopupPos := Point(Left + Width, Top);
|
||||||
with Form.ClientToScreen(PopupPos) do
|
with Form.ClientToScreen(PopupPos) do
|
||||||
FDesignerPopupMenu.Popup(X, Y);
|
FDesignerPopupMenu.Popup(X, Y);
|
||||||
|
Message.Result := 1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TDesigner.GetMouseMsgShift(TheMessage: TLMMouse;
|
procedure TDesigner.GetMouseMsgShift(TheMessage: TLMMouse;
|
||||||
|
Loading…
Reference in New Issue
Block a user