From 8d351c59d4393aa37ab38139b3a741f15a49dbfe Mon Sep 17 00:00:00 2001 From: jorendc Date: Sun, 14 Apr 2013 00:33:19 +0200 Subject: fdo#31082 cursor visible during impress presentation Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1 Reviewed-on: https://gerrit.libreoffice.org/3376 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- vcl/aqua/source/window/salframe.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/aqua/source/window') 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 ); -- cgit