[gnumeric] do no draw extra lines around rotated text
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] do no draw extra lines around rotated text
- Date: Wed, 26 Aug 2009 13:57:33 +0000 (UTC)
commit a941f5efe88d7d5519b7b913a4a2825f55e7d997
Author: Jean Brefort <jean brefort normalesup org>
Date: Wed Aug 26 15:57:01 2009 +0200
do no draw extra lines around rotated text
ChangeLog | 4 ++++
src/cell-draw.c | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9c02265..bbdd02e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-08-26 Jean Brefort <jean brefort normalesup org>
+ * src/cell-draw.c (cell_draw): do no draw extra lines around rotated text.
+
+2009-08-26 Jean Brefort <jean brefort normalesup org>
+
* src/cell-draw.c (cell_draw): fixed text rotation in cells. [#593114]
2009-08-25 Jean Brefort <jean brefort normalesup org>
diff --git a/src/cell-draw.c b/src/cell-draw.c
index f38ed45..4ed999d 100644
--- a/src/cell-draw.c
+++ b/src/cell-draw.c
@@ -356,6 +356,7 @@ cell_draw (GnmCell const *cell, cairo_t *cr,
}
pango_context_set_matrix (context, NULL);
pango_layout_context_changed (rv->layout);
+ cairo_new_path (cr);
} else {
cairo_translate (cr, x1 + PANGO_PIXELS (x), y1 + PANGO_PIXELS (y));
pango_cairo_show_layout (cr, rv->layout);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]