designer: inform widgetset that designer handles WM_CONTEXTPOPUP message itself by Zeljan (issue #0015409)

git-svn-id: trunk@23234 -
This commit is contained in:
paul 2009-12-22 11:54:24 +00:00
parent 7034964e63
commit d8faa4f504

View File

@ -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;