diff options
author | hobbs <hobbs> | 2002-08-13 20:53:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-08-13 20:53:35 (GMT) |
commit | c42a2423c64002a8cc53dd48a0ba96c6664e7c9a (patch) | |
tree | bd1859b9ac8f0a57ee099b1d500615c1d61393f3 /ChangeLog | |
parent | bc4e5372013f21ac88b33076551c7b876a1f849b (diff) | |
download | tk-c42a2423c64002a8cc53dd48a0ba96c6664e7c9a.zip tk-c42a2423c64002a8cc53dd48a0ba96c6664e7c9a.tar.gz tk-c42a2423c64002a8cc53dd48a0ba96c6664e7c9a.tar.bz2 |
* library/button.tcl: change the bindings to use Priv($w,relief)
instead of just Priv(relief). This ensures that neighboring
buttons don't confuse (over)relief settings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-08-13 Jeff Hobbs <jeffh@ActiveState.com> + + * library/button.tcl: change the bindings to use Priv($w,relief) + instead of just Priv(relief). This ensures that neighboring + buttons don't confuse (over)relief settings. + 2002-08-13 Reinhard Max <max@suse.de> * unix/tkUnixSend.c (Tk_SetAppName): Fixed a compiler warning. |