Revision: 65360
          http://sourceforge.net/p/brlcad/code/65360
Author:   bob1961
Date:     2015-06-17 17:23:46 +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/branches/eab/src/tclscripts/archer/Archer.tcl

Modified: brlcad/branches/eab/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/branches/eab/src/tclscripts/archer/Archer.tcl        2015-06-17 
17:23:13 UTC (rev 65359)
+++ brlcad/branches/eab/src/tclscripts/archer/Archer.tcl        2015-06-17 
17:23:46 UTC (rev 65360)
@@ -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