diff options
author | hobbs <hobbs> | 2003-02-25 00:46:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-25 00:46:41 (GMT) |
commit | 2390c9d772f3f0f115c35d6e5d4366c21749e637 (patch) | |
tree | 2f84759b83764383bb5b2affa490a72f369f60b6 /ChangeLog | |
parent | 5719ab8c9c954eb7784bb352ac645fe811a9662b (diff) | |
download | tk-2390c9d772f3f0f115c35d6e5d4366c21749e637.zip tk-2390c9d772f3f0f115c35d6e5d4366c21749e637.tar.gz tk-2390c9d772f3f0f115c35d6e5d4366c21749e637.tar.bz2 |
* generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd):
* tests/entry.test: return 1 if selection is present even if
* tests/spinbox.test: entry/spinbox is disabled, as selection get
will still return the selection (although selection still ignore
modify requests when entry/spinbox is disabled). [Bug #637828]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-02-24 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd): + * tests/entry.test: return 1 if selection is present even if + * tests/spinbox.test: entry/spinbox is disabled, as selection get + will still return the selection (although selection still ignore + modify requests when entry/spinbox is disabled). [Bug #637828] + 2003-02-24 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> * tkMacOSXDialog.c (NavServicesGetFile): Fix bug with |