[gnumeric] Clean the patch for general usage



commit cd1f90714d563db7ff5dcfa397ad2bb7c0bc7684
Author: Jody Goldberg <jody gnome org>
Date:   Fri May 8 08:40:36 2009 -0400

    Clean the patch for general usage
---
 src/print-cell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/print-cell.c b/src/print-cell.c
index 4ffe373..95bcfe6 100644
--- a/src/print-cell.c
+++ b/src/print-cell.c
@@ -100,7 +100,7 @@ print_cell_gtk (GnmCell const *cell, GnmStyle const *mstyle,
 
 		/* Clip the printed rectangle */
 		cairo_save (context);
-#if 0
+#ifndef G_OS_WIN32
 		if (!rv->rotation) {
 			/* We do not clip rotated cells.  */
 			cairo_new_path (context);



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