diff options
author | jenglish <jenglish@flightlab.com> | 2008-08-19 14:48:00 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-08-19 14:48:00 (GMT) |
commit | 8e04a7f82f31ef347a39c58d53f4b3d3d52dc323 (patch) | |
tree | b7d2b9b4dea24ec9eac88253408fb5ff88e1fa11 /ChangeLog | |
parent | c1764107397069155a945b26c24fd27025fd692d (diff) | |
download | tk-8e04a7f82f31ef347a39c58d53f4b3d3d52dc323.zip tk-8e04a7f82f31ef347a39c58d53f4b3d3d52dc323.tar.gz tk-8e04a7f82f31ef347a39c58d53f4b3d3d52dc323.tar.bz2 |
generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating
point numbers in -[xy]scrollcommand callbacks or [xy]view methods.
Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-08-19 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkScroll.c: Don't use sprintf "%g" to + format floating point numbers in -[xy]scrollcommand callbacks + or [xy]view methods. Minor incompatibility: 0 and 1 now + formatted as "0.0" resp "1.0". + * tests/ttk/entry.test, tests/ttk/treeview.test: Updated + to account for above change. + 2008-08-19 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of |