mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 01:06:01 +02:00
MG: double, triple and quad clicks now works
git-svn-id: trunk@2107 -
This commit is contained in:
parent
947e4d8c21
commit
a76d248945
@ -4566,7 +4566,7 @@ begin
|
|||||||
SetParagraphBlock(PixelsToRowColumn(ptMouse))
|
SetParagraphBlock(PixelsToRowColumn(ptMouse))
|
||||||
end;
|
end;
|
||||||
inherited;
|
inherited;
|
||||||
Include(fStateFlags, sfTripleClicked);
|
Include(fStateFlags, sfQuadClicked);
|
||||||
MouseCapture := FALSE;
|
MouseCapture := FALSE;
|
||||||
end else
|
end else
|
||||||
inherited;
|
inherited;
|
||||||
|
Loading…
Reference in New Issue
Block a user