mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 15:19:11 +02:00
MG: fixed uncapturing of mouse
git-svn-id: trunk@1183 -
This commit is contained in:
parent
762a95214b
commit
8e4a23cb4b
@ -199,8 +199,9 @@ procedure InternalInit;
|
||||
var c: TClipboardType;
|
||||
begin
|
||||
gtk_handler_quark := g_quark_from_static_string('gtk-signal-handlers');
|
||||
|
||||
MouseCaptureWidget := nil;
|
||||
|
||||
MCaptureHandle := 0;
|
||||
LastLeft:=EmptyLastMouseClick;
|
||||
LastMiddle:=EmptyLastMouseClick;
|
||||
LastRight:=EmptyLastMouseClick;
|
||||
@ -259,6 +260,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.91 2002/10/17 21:00:17 lazarus
|
||||
MG: fixed uncapturing of mouse
|
||||
|
||||
Revision 1.90 2002/10/15 22:28:05 lazarus
|
||||
AJ: added forcelinebreaks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user