diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-12-31 21:26:37 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-12-31 21:26:37 (GMT) |
commit | 8b2f792b3b10588c63fc8acaa9aefc2174eaa119 (patch) | |
tree | 2c089cd4bf961660f4492322cf8d6d6e48697d7f /library/button.tcl | |
parent | e14bc614cca252fc7943e06f38873047178c0a35 (diff) | |
download | tk-8b2f792b3b10588c63fc8acaa9aefc2174eaa119.zip tk-8b2f792b3b10588c63fc8acaa9aefc2174eaa119.tar.gz tk-8b2f792b3b10588c63fc8acaa9aefc2174eaa119.tar.bz2 |
Reduce redraw issues during window zoom events on Cocoa
Diffstat (limited to 'library/button.tcl')
-rw-r--r-- | library/button.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/button.tcl b/library/button.tcl index 815b137..c48515a 100644 --- a/library/button.tcl +++ b/library/button.tcl @@ -17,6 +17,7 @@ #------------------------------------------------------------------------- if {[tk windowingsystem] eq "aqua"} { + bind Radiobutton <Enter> { tk::ButtonEnter %W } |