Revision: 42902
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42902&view=rev
Author:   bob1961
Date:     2011-02-02 16:44:12 +0000 (Wed, 02 Feb 2011)

Log Message:
-----------
Modified ArcherCore::updateRtControl to call rtcntrl's updateControlPanel 
instead of configuring -size.

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

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2011-02-02 16:43:38 UTC 
(rev 42901)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2011-02-02 16:44:12 UTC 
(rev 42902)
@@ -322,6 +322,7 @@
        variable mShowADC 0
 
        # variables for preference state
+       variable mWindowGeometry ""
        variable mEnableAffectedNodeHighlight 0
        variable mEnableAffectedNodeHighlightPref ""
        variable mEnableListView 0
@@ -1792,7 +1793,7 @@
 ::itcl::body ArcherCore::updateRtControl {} {
     ::update
     if {[info exists itk_component(rtcntrl)]} {
-       $itk_component(rtcntrl) configure -size "Size of Pane"
+       $itk_component(rtcntrl) updateControlPanel
     }
 }
 


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