Ver código fonte

fixed typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71069 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 8 anos atrás
pai
commit
88943bb996
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      gui/wxpython/iimage2target/ii2t_manager.py

+ 1 - 1
gui/wxpython/iimage2target/ii2t_manager.py

@@ -1669,7 +1669,7 @@ class GCP(MapFrame, ColumnSorterMixin):
                                   group=self.xygroup,
                                   extension=self.extension,
                                   method=self.gr_method,
-                                  angle=self.cam_angle,
+                                  angle=self.grwiz.cam_angle,
                                   flags=flags)
 
             busy.Destroy()