Revision: 41566
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41566&view=rev
Author:   bob1961
Date:     2010-12-08 22:04:17 +0000 (Wed, 08 Dec 2010)

Log Message:
-----------
Modified CombEditFrame::toggleSelect to check if the row in question exists or 
not.

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

Modified: brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-12-08 
10:10:15 UTC (rev 41565)
+++ brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-12-08 
22:04:17 UTC (rev 41566)
@@ -957,6 +957,10 @@
     }
 
     set row [lindex $ilist 0] 
+    if {![info exists mMemberData$_tname\($row,$col\)]} {
+       return
+    }
+
     if {$row != 0} {
        if {[subst $[subst mMemberData$_tname\($index\)]] == "*"} {
            setTableVal $_tname $index ""


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

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to