Revision: 42866
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42866&view=rev
Author:   bob1961
Date:     2011-02-01 23:10:46 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
Updated Archer::constructor to properly set the view of the command window 
(i.e. how much command window to display verses geometry window etc.

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

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2011-02-01 23:02:04 UTC 
(rev 42865)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2011-02-01 23:10:46 UTC 
(rev 42866)
@@ -520,7 +520,17 @@
        set mVPaneToggle5 $mVPaneFraction5
 
        readPreferences
+       set save_hpanefraction1 $mHPaneFraction1
+       set save_hpanefraction2 $mHPaneFraction2
        buildCommandViewNew 1
+
+       if {!$mSeparateCommandWindow} {
+           set mHPaneFraction1 $save_hpanefraction1
+           set mHPaneFraction2 $save_hpanefraction2
+           $itk_component(hpane) fraction $mHPaneFraction1 $mHPaneFraction2
+       }
+
+
        set mDelayCommandViewBuild 0
        pack $itk_component(advancedTabs) -fill both -expand yes
        ::update


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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to