[Sumover-dev] [svn commit] r4119 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Jan 31 23:08:41 GMT 2008


Author: douglask
Date: Thu Jan 31 23:08:37 2008
New Revision: 4119

Modified:
   vic/branches/mpeg4/tcl/ui-windows.tcl

Log:
Replaced %x with %X and %y with %Y for right mouse button video windows'
context menu as it was popping up in wrong location


Modified: vic/branches/mpeg4/tcl/ui-windows.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-windows.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-windows.tcl	Thu Jan 31 23:08:37 2008
@@ -380,7 +380,7 @@
 	bind $v <Button-3> {
 	    set w [lindex [split %W "."] 1]
 	    set m .$w.bar.size.menu
-	    tk_popup $m %x %y
+	    tk_popup $m %X %Y
 	}
 
 #	puts "w is $v"



More information about the Sumover-dev mailing list