summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorendc <joren.libreoffice@telenet.be>2013-04-14 00:33:19 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-19 08:11:41 +0000
commit8d351c59d4393aa37ab38139b3a741f15a49dbfe (patch)
treec1bd05e1717fbee360abb79e945623599f2c2fd9
parent6e7cec47f037ee7fd1fc8effb83d0c3654b299e5 (diff)
fdo#31082 cursor visible during impress presentation
Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1 Reviewed-on: https://gerrit.libreoffice.org/3376 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r--vcl/aqua/source/window/salframe.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx
index 608e9d891305..cb31f56b2e8b 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 );