[gnumeric] fixed acetate item transparency, take 2



commit cc8207c485fcebf19587041b6aea8f9e9ea29e09
Author: Andreas J. Guelzow <aguelzow opteron2 lab math concordia ab ca>
Date:   Thu Sep 24 13:57:41 2009 -0600

    fixed acetate item transparency, take 2
    
    2009-09-24  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/gnm-pane.c (set_acetate_coords): set the acetate item really
    	transparent.

 ChangeLog      |    5 +++++
 src/gnm-pane.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 402b5a0..1ad0335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-24  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/gnm-pane.c (set_acetate_coords): set the acetate item really
+	transparent.
+
 2009-09-24  Morten Welinder  <terra gnome org>
 
 	* src/xml-sax-read.c (gnm_xml_prep_style_parser): New function.
diff --git a/src/gnm-pane.c b/src/gnm-pane.c
index 085ba50..3f597f0 100644
--- a/src/gnm-pane.c
+++ b/src/gnm-pane.c
@@ -2895,6 +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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]