diff options
author | Cody Russell <bratsche@gnome.org> | 2008-03-31 21:45:22 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-03-31 21:45:22 +0000 |
commit | d4a3e5a6e47f474d6520c168c6edb9274dc3e6c4 (patch) | |
tree | fc2217420a64536562e7715cf320ecae44870d5c /ChangeLog | |
parent | a63c87c5da959505c667ab8f23df196fd0aeb6e5 (diff) | |
download | gtk+-d4a3e5a6e47f474d6520c168c6edb9274dc3e6c4.tar.gz |
Move down each line in units of text_height rather than in units of
2008-03-31 Cody Russell <bratsche@gnome.org>
* demos/gtk-demo/printing.c (draw_page): Move down each line in
units of text_height rather than in units of data->font_size.
(totally awesome catch by Dom Lachowicz)
svn path=/trunk/; revision=19952
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-03-31 Cody Russell <bratsche@gnome.org> + + * demos/gtk-demo/printing.c (draw_page): Move down each line in + units of text_height rather than in units of data->font_size. + (totally awesome catch by Dom Lachowicz) + 2008-03-28 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (gdk_event_translate), |