summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-03-15 02:00:16 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-03-15 02:00:16 (GMT)
commit99731c885b94164b6957e5e8ea7d9c24121b4eda (patch)
tree23bff9103ebdb0a68136da9caeb37ff7788c0fda /library
parentbce717b7ed795488aa0ee68b92f8031e7cd49cb1 (diff)
parentfe3c077e83e86f17c990af8770be23ed02bf41d0 (diff)
downloadtk-99731c885b94164b6957e5e8ea7d9c24121b4eda.zip
tk-99731c885b94164b6957e5e8ea7d9c24121b4eda.tar.gz
tk-99731c885b94164b6957e5e8ea7d9c24121b4eda.tar.bz2
Complement to the fix for [47d4f29159]: Ignored binding scripts for events with detail field NotifyInferior.
Diffstat (limited to 'library')
-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 1989b89..e2682f1 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:
#