- modified CutOut Tool so now the manual gaps adding will continue until the user is clicking the RMB

- added ability to turn on/of the grid snapping and to jump to a location while in CutOut Tool manual gap adding action
This commit is contained in:
Marius Stanciu
2019-08-24 04:30:27 +03:00
committed by Marius
parent f9b5689008
commit 3fe31dec59
3 changed files with 74 additions and 47 deletions

View File

@@ -98,8 +98,8 @@ class App(QtCore.QObject):
# ####################################
# Version and VERSION DATE ###########
# ####################################
version = 8.96
version_date = "2019/08/23"
version = 8.97
version_date = "2019/08/31"
beta = True
# current date now
@@ -5261,6 +5261,7 @@ class App(QtCore.QObject):
cursor.setPos(canvas_origin.x() + jump_loc[0], (canvas_origin.y() + jump_loc[1]))
self.inform.emit(_("[success] Done."))
return location
def on_copy_object(self):
self.report_usage("on_copy_object()")