diff options
author | jenglish <jenglish@flightlab.com> | 2008-01-28 00:36:07 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-01-28 00:36:07 (GMT) |
commit | 29ab39d05420f08d85a74740bca15f01dbe5c728 (patch) | |
tree | 0912a8dd31db8af66e8f34e3f99ddf77af05caf7 /ChangeLog | |
parent | 2ee3bde1cf15a39a891bf130c118f93222cd6583 (diff) | |
download | tk-29ab39d05420f08d85a74740bca15f01dbe5c728.zip tk-29ab39d05420f08d85a74740bca15f01dbe5c728.tar.gz tk-29ab39d05420f08d85a74740bca15f01dbe5c728.tar.bz2 |
Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-01-27 Joe English <jenglish@users.sourceforge.net> + * generic/ttk/ttkNotebook.c: Make sure to schedule a + redisplay when adding and/or hiding tabs [Bug 1878298]. + +2008-01-27 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixRFont.c: Merged common code from InitFont() and TkpGetFontAttrsForChar(), factored into GetTkFontAttributes() and GetTkFontMetrics(). Removed write-only struct UnixFtFont |