Snap-to feature in drawing tool.

This commit is contained in:
Juan Pablo Caram
2014-11-30 13:48:16 -05:00
parent 2dad3ce903
commit 7a95d739ef
3 changed files with 190 additions and 43 deletions

View File

@@ -516,8 +516,8 @@ class App(QtCore.QObject):
return
self.draw.update_fcgeometry(geo)
self.draw.clear()
self.draw.drawing_toolbar.setDisabled(True)
self.draw.deactivate()
geo.plot()
def get_last_folder(self):