summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2002-05-26 09:25:56 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2002-05-26 09:25:56 (GMT)
commitfbf182998e38265316eb57dcd882b13a5e066134 (patch)
tree6a806b3a1ba1d3752ae6a98c16426064e1c914bd /ChangeLog
parentda032a4579104fb5d0ad2e2b612593da35715543 (diff)
downloadtk-fbf182998e38265316eb57dcd882b13a5e066134.zip
tk-fbf182998e38265316eb57dcd882b13a5e066134.tar.gz
tk-fbf182998e38265316eb57dcd882b13a5e066134.tar.bz2
When creating a radiobutton with -value "" it was not drawn properly
if the -variable was created by the radiobutton. [Bug #548765]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fa9071..7c50e26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-05-26 Peter Spjuth <peter.spjuth@space.se>
+ * generic/tkButton.c (ConfigureButton): When creating
+ a radiobutton with -value "" it was not drawn properly
+ if the -variable was created by the radiobutton.
+ [Bug #548765]
+
+2002-05-26 Peter Spjuth <peter.spjuth@space.se>
+
* generic/tkCanvText.c (ComputeTextBbox): Negative
coordinates were rounded badly causing a 1 pixel
displacement. [Bug #556526]