Revision: 5189
Author:   hansonr
Date:     2006-05-28 08:45:04 -0700 (Sun, 28 May 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5189&view=rev

Log Message:
-----------
bob200603 10.x.08 adds "set axesWindow" on/off

Modified Paths:
--------------
    branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java
Modified: branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java     2006-05-28 
15:37:06 UTC (rev 5188)
+++ branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java     2006-05-28 
15:45:04 UTC (rev 5189)
@@ -2510,6 +2510,12 @@
       setAllowCameraMove(value);
       return;
     }
+    if (key.equalsIgnoreCase("axesWindow")) {
+      setAxesModeMolecular(false);
+      if (!value)
+        setShapeSize(JmolConstants.SHAPE_AXES, 0);
+      return;
+    }
     if (key.equalsIgnoreCase("axesMolecular")) {
       setAxesModeMolecular(value);
       return;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to