Added reset of the cursorFileName when hideCursor is activated to prevent the custom cursor being enabled.

This commit is contained in:
Robert Osfield 2013-01-09 16:03:22 +00:00
parent 7cc88c6e06
commit f9736c4cf0

View File

@ -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.