Revision: 49181
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49181&view=rev
Author:   bob1961
Date:     2012-02-01 22:58:17 +0000 (Wed, 01 Feb 2012)
Log Message:
-----------
After initiating a bot_split while in COMP_PICK_BOT_SPLIT_MODE, remove the 
old/original bot from the display.

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

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2012-02-01 22:26:00 UTC 
(rev 49180)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2012-02-01 22:58:17 UTC 
(rev 49181)
@@ -2703,7 +2703,12 @@
                    } else {
                        set drawitem [lindex $bnames 0]
                    }
+
+                   $itk_component(ged) refresh_off
                    gedCmd draw -m$how $drawitem
+                   gedCmd erase [lindex $bnames 1]
+                   $itk_component(ged) refresh_on
+                   $itk_component(ged) refresh_all
 
                    syncTree
                    setSave

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to