Revision: 40524
http://brlcad.svn.sourceforge.net/brlcad/?rev=40524&view=rev
Author: bob1961
Date: 2010-09-09 17:47:08 +0000 (Thu, 09 Sep 2010)
Log Message:
-----------
Added a <B3-Motion> binding for the tktable's that does nothing except to
gobble up the event. This is to prevent bleed through of this event when using
the popup menu. For example, on windows it was possible to traverse the popup
menu items and inadvertently resize a table row at the same time.
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-09-09
17:41:03 UTC (rev 40523)
+++ brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl 2010-09-09
17:47:08 UTC (rev 40524)
@@ -594,6 +594,7 @@
$itk_component(combMembersTabs) add $itk_component(combMembers$tname\F)
-text $text
bind $itk_component(combMembers$tname) <Button-3> [::itcl::code $this
handleTablePopup %W %x %y %X %Y]
+ bind $itk_component(combMembers$tname) <B3-Motion> {break}
}
grid columnconfigure $itk_component(combMembersTabs) 0 -weight 1
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits