[gnumeric] fixed acetate item transparency
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] fixed acetate item transparency
- Date: Thu, 24 Sep 2009 12:05:09 +0000 (UTC)
commit ac40ae98475ca0661999b9c7e1e0465530306040
Author: Jean Brefort <jean brefort normalesup org>
Date: Thu Sep 24 14:04:43 2009 +0200
fixed acetate item transparency
ChangeLog | 5 +++++
src/gnm-pane.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 06e1157..35a2ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-24 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-pane.c (set_acetate_coords): set the acetate item really
+ transparent.
+
2009-09-23 Andreas J. Guelzow <aguelzow pyrshep ca>
slightly modified patches from Albert Gräf <Dr Graef t-online de>
diff --git a/src/gnm-pane.c b/src/gnm-pane.c
index ee9fc6e..085ba50 100644
--- a/src/gnm-pane.c
+++ b/src/gnm-pane.c
@@ -2895,7 +2895,7 @@ set_acetate_coords (GnmPane *pane, SheetObject *so, GocItem **ctrl_pts,
style->fill.auto_type = FALSE;
style->fill.type = GO_STYLE_FILL_PATTERN;
- style->fill.auto_fore = FALSE;
+ style->fill.auto_back = FALSE;
go_pattern_set_solid (&style->fill.pattern, 0);
style->line.auto_dash = FALSE;
style->line.dash_type = GO_LINE_NONE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]