Revision: 54451
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54451&view=rev
Author:   bob1961
Date:     2013-02-21 13:46:46 +0000 (Thu, 21 Feb 2013)
Log Message:
-----------
Write out the values of GeometryEditFrame::mHighlightPoints and 
GeometryEditFrame::mHighlightPointSize to the preferences file.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/Archer.tcl

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2013-02-21 13:45:28 UTC 
(rev 54450)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2013-02-21 13:46:46 UTC 
(rev 54451)
@@ -6720,6 +6720,10 @@
            -borderwidth 1 \
            -relief sunken
     } {}
+
+    # Force initialization of GeometryEditFrame
+    GeometryEditFrame $parent.tmpgef
+    rename $parent.tmpgef ""
 }
 
 
@@ -9102,6 +9106,9 @@
     puts $_pfile "set mShowGrid $mShowGrid"
     puts $_pfile "set mSnapGrid $mSnapGrid"
     puts $_pfile "set mShowADC $mShowADC"
+
+    puts $_pfile "set GeometryEditFrame::mHighlightPoints 
$GeometryEditFrame::mHighlightPoints"
+    puts $_pfile "set GeometryEditFrame::mHighlightPointSize 
$GeometryEditFrame::mHighlightPointSize"
 }
 
 

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to