Revision: 54452
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54452&view=rev
Author:   bob1961
Date:     2013-02-21 14:01:59 +0000 (Thu, 21 Feb 2013)
Log Message:
-----------
Highlight the selected bot point if the bot is being displayed.

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

Modified: brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl 2013-02-21 13:46:46 UTC 
(rev 54451)
+++ brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl 2013-02-21 14:01:59 UTC 
(rev 54452)
@@ -936,7 +936,8 @@
 
 
 ::itcl::body BotEditFrame::highlightCurrentBotElements {} {
-    if {$itk_option(-mged) == ""} {
+    if {$itk_option(-mged) == "" ||
+       [$itk_option(-mged) how $itk_option(-geometryObjectPath)] < 0} {
        return
     }
 

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