[GRASS-SVN] r68551 - grass/branches/releasebranch_7_0/display/d.northarrow
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 31 18:34:01 PDT 2016
Author: annakrat
Date: 2016-05-31 18:34:01 -0700 (Tue, 31 May 2016)
New Revision: 68551
Modified:
grass/branches/releasebranch_7_0/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_0/display/d.northarrow/main.c
===================================================================
--- grass/branches/releasebranch_7_0/display/d.northarrow/main.c 2016-06-01 01:33:01 UTC (rev 68550)
+++ grass/branches/releasebranch_7_0/display/d.northarrow/main.c 2016-06-01 01:34:01 UTC (rev 68551)
@@ -128,8 +128,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