Index: run/JvLabel.pas
===================================================================
RCS file: /cvsroot/jvcl/dev/JVCL3/run/JvLabel.pas,v
retrieving revision 1.82
diff -u -r1.82 JvLabel.pas
--- run/JvLabel.pas	28 Oct 2005 08:37:23 -0000	1.82
+++ run/JvLabel.pas	5 Jan 2006 16:59:32 -0000
@@ -1321,9 +1321,6 @@
   if csDesigning in ComponentState then
     Exit;
 
-  if IsForegroundTask then
-    MouseCapture := True;  //Capture for MouseUp event
-
   if not MouseOver and Enabled and IsForegroundTask then
   begin
     OtherDragging :=
@@ -1358,7 +1355,6 @@
 begin
   if csDesigning in ComponentState then
     Exit;
-  MouseCapture := False;
   if  MouseOver and Enabled then
   begin
     OtherDragging :=
