blob: 6f1ebef5a5c6778c01fdd473be8cec6f1b64f4c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../src/generic.tcl.orig 2008-08-31 12:38:25.000000000 +0800
+++ ../src/generic.tcl 2008-08-31 12:39:01.000000000 +0800
@@ -89,8 +89,6 @@
proc tixAddBalloon {w class msg {initWait 500}} {
global tixBal
if {$class == "Button" } {
- bind $w <Enter> "+tkButtonEnter $w"
- bind $w <Leave> "+tkButtonLeave $w"
bind $w <ButtonPress> "+tixBalEnd $w"
} else {
if { $class == "Entry" } {
|