[PATCH] fdo#31082 cursor visible during impress presentation

Joren De Cuyper (via Code Review) gerrit at gerrit.libreoffice.org
Sat Apr 13 15:41:58 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3376

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/3376/1

fdo#31082 cursor visible during impress presentation

Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1
---
M vcl/aqua/source/window/salframe.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



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 @@
     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 );

-- 
To view, visit https://gerrit.libreoffice.org/3376
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>



More information about the LibreOffice mailing list