Added intersection tool to Drawing Tool.

This commit is contained in:
jpcaram
2015-02-06 16:10:15 -05:00
parent e353413cd3
commit 23b20ba716
8 changed files with 74 additions and 3 deletions

View File

@@ -1579,7 +1579,7 @@ class App(QtCore.QObject):
app_obj.progress.emit(0)
self.log.error(str(e))
raise
return
#return
# Further parsing
self.progress.emit(70) # TODO: Note the mixture of self and app_obj used here