summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-03-15 02:00:31 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-03-15 02:00:31 (GMT)
commitb0e011f103229b421bc2b1c2d2f65e51bd4ebe87 (patch)
treea9d6545b42d52fc1cfe41cec85da65c8bed30ae5 /library/ttk
parentd769a99306bdee4395fbfbb4a5d5992e64cf05eb (diff)
parent99731c885b94164b6957e5e8ea7d9c24121b4eda (diff)
downloadtk-b0e011f103229b421bc2b1c2d2f65e51bd4ebe87.zip
tk-b0e011f103229b421bc2b1c2d2f65e51bd4ebe87.tar.gz
tk-b0e011f103229b421bc2b1c2d2f65e51bd4ebe87.tar.bz2
Complement to the fix for [47d4f29159]: Ignored binding scripts for events with detail field NotifyInferior.
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/panedwindow.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/ttk/panedwindow.tcl b/library/ttk/panedwindow.tcl
index 877f486..d5e25cd 100644
--- a/library/ttk/panedwindow.tcl
+++ b/library/ttk/panedwindow.tcl
@@ -22,8 +22,6 @@ bind TPanedwindow <ButtonRelease-1> { ttk::panedwindow::Release %W %x %y }
bind TPanedwindow <Motion> { ttk::panedwindow::SetCursor %W %x %y }
bind TPanedwindow <Enter> { ttk::panedwindow::SetCursor %W %x %y }
bind TPanedwindow <Leave> { ttk::panedwindow::ResetCursor %W }
-# See <<NOTE-PW-LEAVE-NOTIFYINFERIOR>>
-bind TPanedwindow <<EnteredChild>> { ttk::panedwindow::ResetCursor %W }
## Sash movement:
#