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:
@ -10566,6 +10566,7 @@ begin
|
||||
P := Treeview.ClientToScreen(Point(XPos, YPos));
|
||||
Menu.Popup(P.X, P.Y);
|
||||
HandleMessage := True;
|
||||
Message.Result := 1;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user