[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:32:00 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 9aaccff..7e485ba 100644
--- a/vcl/source/window/cursor.cxx
+++ b/vcl/source/window/cursor.cxx
@@ -226,6 +226,7 @@ bool Cursor::ImplHide()
if ( mpData->mbCurVisible )
ImplRestore();
mpData->maTimer.Stop();
+ mpData->mpWindow = NULL;
}
return bWasCurVisible;
}
--
1.7.1
--------------080403080800070705010100--
More information about the LibreOffice
mailing list