mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
44a745821c
PR: ports/108856 Submitted by: Hannes Frederic Sowa<hannes at sowa.ath.cx>
12 lines
421 B
Tcl
12 lines
421 B
Tcl
--- ../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" } {
|