[PATCH] fix fdo#bug 36404 -More than one text cursor at the same time in textfields
Robert Dargaud
libo at bobiciel.com
Wed Apr 20 14:15:16 PDT 2011
---
vcl/source/window/cursor.cxx | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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;
}
--
1.7.1
--------------080403080800070705010100
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="0002-fix-fdo-bug-36404-More-than-one-text-cursor-at-the-s.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*0="0002-fix-fdo-bug-36404-More-than-one-text-cursor-at-the-s.pa";
filename*1="tch"
More information about the LibreOffice
mailing list