From 03952a36f7996e16a6c8a0e304008bb5d8781dfa Mon Sep 17 00:00:00 2001 From: Morten Welinder Date: Fri, 10 Mar 2006 20:41:00 +0000 Subject: [PATCH] Make sure wrap_text is only cleared when we clear the layout's width. 2006-03-10 Morten Welinder * src/rendered-value.c (rendered_value_recontext): Make sure wrap_text is only cleared when we clear the layout's width. Fixes #334144. --- ChangeLog | 6 ++++++ NEWS | 1 + OChangeLog-2005-11-14 | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 24d4d7d94..4a34b11bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-10 Morten Welinder + + * src/rendered-value.c (rendered_value_recontext): Make sure + wrap_text is only cleared when we clear the layout's width. + Fixes #334144. + 2006-03-06 Morten Welinder * src/collect.c (callback_function_collect): Rename COLLECT_DATES diff --git a/NEWS b/NEWS index 93c2db9d2..ec5d4a84a 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ Morten: * Fix dbf import issue. [#332878] * Fix stf text import speed regression. [#333407] * Fix XIRR issues. [#333620] [#333631] + * Fix printing issue with wrapped, right-aligned text. [#334144] -------------------------------------------------------------------------- Gnumeric 1.6.2 diff --git a/OChangeLog-2005-11-14 b/OChangeLog-2005-11-14 index 24d4d7d94..4a34b11bf 100644 --- a/OChangeLog-2005-11-14 +++ b/OChangeLog-2005-11-14 @@ -1,3 +1,9 @@ +2006-03-10 Morten Welinder + + * src/rendered-value.c (rendered_value_recontext): Make sure + wrap_text is only cleared when we clear the layout's width. + Fixes #334144. + 2006-03-06 Morten Welinder * src/collect.c (callback_function_collect): Rename COLLECT_DATES -- GitLab