Revision: 54454
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54454&view=rev
Author:   bob1961
Date:     2013-02-21 14:07:51 +0000 (Thu, 21 Feb 2013)
Log Message:
-----------
Minor tweak to PipeEditFrame::highlightCurrentPipePoint.

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

Modified: brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl        2013-02-21 
14:02:54 UTC (rev 54453)
+++ brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl        2013-02-21 
14:07:51 UTC (rev 54454)
@@ -579,7 +579,8 @@
 
 ::itcl::body PipeEditFrame::highlightCurrentPipePoint {} {
     if {$itk_option(-mged) == "" ||
-       [$itk_option(-mged) how $itk_option(-geometryObjectPath)] < 0} {
+       [$itk_option(-mged) how $itk_option(-geometryObjectPath)] < 0 ||
+       $mCurrentPipePoint < 1} {
        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