From f9736c4cf011fd18951f52664f2807275764c3c2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Jan 2013 16:03:22 +0000 Subject: [PATCH] Added reset of the cursorFileName when hideCursor is activated to prevent the custom cursor being enabled. --- applications/present3D/present3D.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/present3D/present3D.cpp b/applications/present3D/present3D.cpp index 8760e7069..6b51293de 100644 --- a/applications/present3D/present3D.cpp +++ b/applications/present3D/present3D.cpp @@ -549,6 +549,9 @@ int main( int argc, char **argv ) while (arguments.read("--set-viewer")) { doSetViewer = true; } while (arguments.read("--no-set-viewer")) { doSetViewer = false; } + + // if we want to hide the cursor override the custom cursor. + if (hideCursor) cursorFileName.clear(); // cluster related entries.