Revision: 65358
          http://sourceforge.net/p/brlcad/code/65358
Author:   bob1961
Date:     2015-06-17 17:20:15 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
Fixed Archer::compSelectCallback --- don't need to dereference 
ArcherCore::compSelectCallback. This was breaking the selection mechanism in 
Archer.

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

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2015-06-17 16:47:31 UTC 
(rev 65357)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2015-06-17 17:20:15 UTC 
(rev 65358)
@@ -2150,7 +2150,7 @@
            catch {$itk_component(botView) selectBotPts $_mstring} msg
        }
     } else {
-       $ArcherCore::compSelectCallback $_mstring
+       ArcherCore::compSelectCallback $_mstring
     }
     $itk_component(ged) rect dim 0 0
 }
@@ -8883,7 +8883,7 @@
 
     $itk_component(ged) refresh_on
     $itk_component(ged) refresh
-}
+} 
 
 
 ::itcl::body Archer::applyPreferenceSettings {} {

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to