Revision: 41514
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41514&view=rev
Author:   bob1961
Date:     2010-12-06 19:06:50 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
Update calls to setKeypointVC to account for the selection column.

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-06 
18:17:37 UTC (rev 41513)
+++ brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-12-06 
19:06:50 UTC (rev 41514)
@@ -881,15 +881,15 @@
                  ($_type == 1 && 6 <= $col && $col <= 8)} {
            $itk_component(combMembersMenu) add command \
                -label "Set Keypoint (View Center)" \
-               -command [::itcl::code $this setKeypointVC $tname $row 5]
+               -command [::itcl::code $this setKeypointVC $tname $row 6]
        } elseif {$_type == 2 && 3 <= $col && $col <= 5} {
            $itk_component(combMembersMenu) add command \
                -label "Set Keypoint (View Center)" \
-               -command [::itcl::code $this setKeypointVC $tname $row 2]
+               -command [::itcl::code $this setKeypointVC $tname $row 3]
        } elseif {$_type == 4 && 7 <= $col && $col <= 9} {
            $itk_component(combMembersMenu) add command \
                -label "Set Keypoint (View Center)" \
-               -command [::itcl::code $this setKeypointVC $tname $row 6]
+               -command [::itcl::code $this setKeypointVC $tname $row 7]
        }
 
        addMemberCreationMenuEntries $_type $row


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

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to