summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-03-13 20:50:14 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-03-13 20:50:14 (GMT)
commit4a474d3f289ebb54ebe74f6a23b490fa84b864f0 (patch)
tree86ae39020f237ef74c11e67da2348c85c79288c5 /library/ttk
parentab8853473fe40d1a41ef3f9c43bae7d7ecb230b2 (diff)
downloadtk-4a474d3f289ebb54ebe74f6a23b490fa84b864f0.zip
tk-4a474d3f289ebb54ebe74f6a23b490fa84b864f0.tar.gz
tk-4a474d3f289ebb54ebe74f6a23b490fa84b864f0.tar.bz2
Don't use the <<EnteredChild>> event anymore internally in Tk. Eradicate the <<NOTE-PW-LEAVE-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 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:
#