You've already forked lazarus-ccr
* Set message result in BUTTONUP event in header. Fixes issue 26388
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3417 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -10007,6 +10007,7 @@ begin
|
|||||||
Menu.PopupComponent := Treeview;
|
Menu.PopupComponent := Treeview;
|
||||||
P := Treeview.ClientToScreen(Point(XPos, YPos));
|
P := Treeview.ClientToScreen(Point(XPos, YPos));
|
||||||
Menu.Popup(P.X, P.Y);
|
Menu.Popup(P.X, P.Y);
|
||||||
|
Message.Result := 1;
|
||||||
HandleMessage := True;
|
HandleMessage := True;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
@ -10566,6 +10566,7 @@ begin
|
|||||||
P := Treeview.ClientToScreen(Point(XPos, YPos));
|
P := Treeview.ClientToScreen(Point(XPos, YPos));
|
||||||
Menu.Popup(P.X, P.Y);
|
Menu.Popup(P.X, P.Y);
|
||||||
HandleMessage := True;
|
HandleMessage := True;
|
||||||
|
Message.Result := 1;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user