[GRASS-SVN] r68550 - grass/branches/releasebranch_7_2/display/d.northarrow

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 31 18:33:01 PDT 2016


Author: annakrat
Date: 2016-05-31 18:33:01 -0700 (Tue, 31 May 2016)
New Revision: 68550

Modified:
   grass/branches/releasebranch_7_2/display/d.northarrow/main.c
Log:
d.northarrow: fix multiplication of arrow in latlon regions, see #1242 and #1410 (merge from trunk, r68531)

Modified: grass/branches/releasebranch_7_2/display/d.northarrow/main.c
===================================================================
--- grass/branches/releasebranch_7_2/display/d.northarrow/main.c	2016-06-01 01:26:28 UTC (rev 68549)
+++ grass/branches/releasebranch_7_2/display/d.northarrow/main.c	2016-06-01 01:33:01 UTC (rev 68550)
@@ -157,8 +157,6 @@
 
     D_open_driver();
 
-    D_setup(0);
-
     draw_n_arrow(east, north, fontsize, n_arrow->answer, line_width);
 
     D_save_command(G_recreate_command());



More information about the grass-commit mailing list