Added reset of the cursorFileName when hideCursor is activated to prevent the custom cursor being enabled.
This commit is contained in:
parent
7cc88c6e06
commit
f9736c4cf0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user