commit | 20fcb974c138dd97ad66fb6c8329050d4257c9d4 | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Wed Oct 07 15:11:08 2009 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Wed Oct 07 15:11:08 2009 +0000 |
tree | eabc835f3989c8d9c71113f529017b0c7fa87647 | |
parent | 847575b6bb00a4cf7cc275898a6f6c50dbc70cad [diff] [blame] |
[Bugfix] Honor dotWhenNoCursor option (and it's changes) every time. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3904 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncviewer/CConn.cxx b/unix/vncviewer/CConn.cxx index 8231f4c..2454be2 100644 --- a/unix/vncviewer/CConn.cxx +++ b/unix/vncviewer/CConn.cxx
@@ -684,6 +684,7 @@ desktop->resetLocalCursor(); } dotWhenNoCursor.setParam(options.dotWhenNoCursor.checked()); + desktop->setNoCursor(); checkEncodings(); }