diff options
author | wolfsuit <wolfsuit> | 2005-03-24 22:15:16 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2005-03-24 22:15:16 (GMT) |
commit | 4dcf1fa22acbbd54fc28126caf0c56f748358709 (patch) | |
tree | 2be98cfd291a4b12acafc18290a96cbd365eddc4 /ChangeLog | |
parent | cc43759557da35ce47cb2a09e98f59e3ef7c43be (diff) | |
download | tk-4dcf1fa22acbbd54fc28126caf0c56f748358709.zip tk-4dcf1fa22acbbd54fc28126caf0c56f748358709.tar.gz tk-4dcf1fa22acbbd54fc28126caf0c56f748358709.tar.bz2 |
Dopey bug, I should only reset the widget width for spinboxes, since I only
change it for them...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-03-24 Jim Ingham <jingham@apple.com> + + * macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): Dopey + bug - don't reset the width for entry widgets - we didn't + change it for them. + 2005-03-23 Jim Ingham <jingham@apple.com> These changes allow us to draw the Entry and Spinbox widget |