[Libreoffice-commits] core.git: vcl/aqua
jorendc
joren.libreoffice at telenet.be
Fri Apr 19 01:12:00 PDT 2013
vcl/aqua/source/window/salframe.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8d351c59d4393aa37ab38139b3a741f15a49dbfe
Author: jorendc <joren.libreoffice at telenet.be>
Date: Sun Apr 14 00:33:19 2013 +0200
fdo#31082 cursor visible during impress presentation
Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1
Reviewed-on: https://gerrit.libreoffice.org/3376
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx
index 608e9d8..cb31f56 100644
--- a/vcl/aqua/source/window/salframe.cxx
+++ b/vcl/aqua/source/window/salframe.cxx
@@ -931,6 +931,7 @@ NSCursor* AquaSalFrame::getCurrentCursor() const
case POINTER_WINDOW_WSIZE:
pCursor = [NSCursor resizeLeftRightCursor]; break;
case POINTER_REFHAND: pCursor = [NSCursor pointingHandCursor]; break;
+ case POINTER_NULL: [NSCursor hide]; break;
default:
pCursor = GetSalData()->getCursor( mePointerStyle );
More information about the Libreoffice-commits
mailing list