1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/sdr/files/patch-src-generic.tcl
Rong-En Fan 44a745821c - Fix UI and make it usable again (was broken due to tcl api changes)
PR:		ports/108856
Submitted by:	Hannes Frederic Sowa<hannes at sowa.ath.cx>
2008-08-31 04:41:25 +00:00

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" } {