[GRASS-SVN] r49699 - grass/branches/develbranch_6/ps/ps.map

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


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

Modified:
   grass/branches/develbranch_6/ps/ps.map/ps_fclrtbl.c
Log:
units color was locked on black

Modified: grass/branches/develbranch_6/ps/ps.map/ps_fclrtbl.c
===================================================================
--- grass/branches/develbranch_6/ps/ps.map/ps_fclrtbl.c	2011-12-13 06:18:03 UTC (rev 49698)
+++ grass/branches/develbranch_6/ps/ps.map/ps_fclrtbl.c	2011-12-13 10:40:47 UTC (rev 49699)
@@ -317,8 +317,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