[Libreoffice-commits] .: vcl/source

David Tardon dtardon at kemper.freedesktop.org
Tue Apr 26 23:55:53 PDT 2011


 vcl/source/window/cursor.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d2e1e177b6f55db8d07a6172cc4847c034c518c8
Author: Robert Dargaud <libo at bobiciel.com>
Date:   Wed Apr 20 23:15:16 2011 +0200

    fdo#36404 more than one text cursor at the same time in textfields

diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index f3c75dd..9aaccff 100644
--- a/vcl/source/window/cursor.cxx
+++ b/vcl/source/window/cursor.cxx
@@ -225,6 +225,7 @@ bool Cursor::ImplHide()
         bWasCurVisible = mpData->mbCurVisible;
         if ( mpData->mbCurVisible )
             ImplRestore();
+        mpData->maTimer.Stop();
     }
     return bWasCurVisible;
 }


More information about the Libreoffice-commits mailing list