mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:20:18 +02:00
LCL: changed order: first OnPopup and then MouseUp (bug #8274)
git-svn-id: trunk@10594 -
This commit is contained in:
parent
a655b495c0
commit
4cb1999e17
@ -1922,10 +1922,10 @@ begin
|
||||
MouseCapture := False;
|
||||
end;
|
||||
|
||||
if CheckMenuPopup(Message.pos) then
|
||||
Message.Result := 1;
|
||||
|
||||
DoMouseUp(Message, mbRight);
|
||||
if Message.Result = 0 then
|
||||
if CheckMenuPopup(Message.pos) then
|
||||
Message.Result := 1;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user