diff options
author | fvogel <fvogelnew1@free.fr> | 2024-03-13 20:50:14 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-03-13 20:50:14 (GMT) |
commit | 4a474d3f289ebb54ebe74f6a23b490fa84b864f0 (patch) | |
tree | 86ae39020f237ef74c11e67da2348c85c79288c5 /library | |
parent | ab8853473fe40d1a41ef3f9c43bae7d7ecb230b2 (diff) | |
download | tk-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')
-rw-r--r-- | library/ttk/panedwindow.tcl | 2 |
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: # |