Revision: 51130
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51130&view=rev
Author:   r_weiss
Date:     2012-06-14 14:41:58 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
Update to the mged 'gr/grouper' command correcting problems with keyboard and 
mouse button associations.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/grouper.tcl

Modified: brlcad/trunk/src/tclscripts/mged/grouper.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/grouper.tcl        2012-06-14 14:08:28 UTC 
(rev 51129)
+++ brlcad/trunk/src/tclscripts/mged/grouper.tcl        2012-06-14 14:41:58 UTC 
(rev 51130)
@@ -229,7 +229,8 @@
     set_mouse_behavior $id
     rset r draw 0
 
-    bind $mged_gui($id,active_dm) <ButtonRelease-2> " winset 
$mged_gui($id,active_dm); dm idle"
+    bind $mged_gui($id,active_dm) <Control-ButtonRelease-2> ""
+    bind $mged_gui($id,active_dm) <ButtonRelease-2> ""
 
     # remove yellow highlights from the display
     erase $GroupNameGlobal

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to