summaryrefslogtreecommitdiff
path: root/devel/sourcenav/files/patch-tk-library_listbox.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sourcenav/files/patch-tk-library_listbox.tcl')
-rw-r--r--devel/sourcenav/files/patch-tk-library_listbox.tcl17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/sourcenav/files/patch-tk-library_listbox.tcl b/devel/sourcenav/files/patch-tk-library_listbox.tcl
deleted file mode 100644
index bb6a7973a5cb..000000000000
--- a/devel/sourcenav/files/patch-tk-library_listbox.tcl
+++ /dev/null
@@ -1,17 +0,0 @@
---- tk/library/listbox.tcl.orig 2009-07-01 21:40:14.000000000 +0200
-+++ tk/library/listbox.tcl 2009-07-01 21:40:31.000000000 +0200
-@@ -175,14 +175,6 @@
- %W scan dragto %x %y
- }
-
--# The MouseWheel will typically only fire on Windows. However,
--# someone could use the "event generate" command to produce one
--# on other platforms.
--
--bind Listbox <MouseWheel> {
-- %W yview scroll [expr {- (%D / 120) * 4}] units
--}
--
- if {[string equal "unix" $tcl_platform(platform)]} {
- # Support for mousewheels on Linux/Unix commonly comes through mapping
- # the wheel to the extended buttons. If you have a mousewheel, find