mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 12:37:18 +01:00
LCL: raise OnClick before OnMouseUp (issue #7956)
git-svn-id: trunk@10323 -
This commit is contained in:
parent
e11cec8fcf
commit
020e8e4a42
@ -1876,7 +1876,6 @@ begin
|
||||
MouseCapture := False;
|
||||
end;
|
||||
|
||||
DoMouseUp(Message, mbLeft);
|
||||
if csClicked in ControlState then
|
||||
begin
|
||||
Exclude(FControlState, csClicked);
|
||||
@ -1887,6 +1886,8 @@ begin
|
||||
Click;
|
||||
end;
|
||||
end;
|
||||
|
||||
DoMouseUp(Message, mbLeft);
|
||||
//DebugLn('TControl.WMLButtonUp END');
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user