[GRASS-SVN] r33651 - grass/trunk/display/d.graph

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 2 00:33:22 EDT 2008


Author: glynn
Date: 2008-10-02 00:33:22 -0400 (Thu, 02 Oct 2008)
New Revision: 33651

Modified:
   grass/trunk/display/d.graph/main.c
Log:
Fix vertical flip


Modified: grass/trunk/display/d.graph/main.c
===================================================================
--- grass/trunk/display/d.graph/main.c	2008-10-02 04:20:48 UTC (rev 33650)
+++ grass/trunk/display/d.graph/main.c	2008-10-02 04:33:22 UTC (rev 33651)
@@ -118,7 +118,7 @@
 	D_setup(0);
     }
     else {
-	D_setup2(0, 0, 0, 100, 0, 100);
+	D_setup2(0, 0, 100, 0, 0, 100);
 	mapunits = FALSE;
     }
 



More information about the grass-commit mailing list