[GRASS-SVN] r49701 - grass/branches/releasebranch_6_4/ps/ps.map

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 13 05:42:47 EST 2011


Author: hamish
Date: 2011-12-13 02:42:47 -0800 (Tue, 13 Dec 2011)
New Revision: 49701

Modified:
   grass/branches/releasebranch_6_4/ps/ps.map/ps_fclrtbl.c
Log:
units color was locked on black (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/ps/ps.map/ps_fclrtbl.c
===================================================================
--- grass/branches/releasebranch_6_4/ps/ps.map/ps_fclrtbl.c	2011-12-13 10:41:49 UTC (rev 49700)
+++ grass/branches/releasebranch_6_4/ps/ps.map/ps_fclrtbl.c	2011-12-13 10:42:47 UTC (rev 49701)
@@ -318,8 +318,8 @@
 	}
 
 	text_box_path( xu, yu, label_xref, label_yref, units, fontsize, 0);
-	set_rgb_color(BLACK); 
 	fprintf(PS.fp, "TIB\n");
+	set_rgb_color(BLACK);
     }
 
     G_free_colors(&colors);



More information about the grass-commit mailing list