- some changes in the Geometry Editor UI's and in some cases, fixes for the right-click close action
This commit is contained in:
@@ -3003,6 +3003,9 @@ class FCPaint(FCShapeTool):
|
||||
self.origin = (0, 0)
|
||||
self.draw_app.paint_tool.run()
|
||||
|
||||
def clean_up(self):
|
||||
pass
|
||||
|
||||
|
||||
class FCTransform(FCShapeTool):
|
||||
def __init__(self, draw_app):
|
||||
@@ -3016,6 +3019,9 @@ class FCTransform(FCShapeTool):
|
||||
self.origin = (0, 0)
|
||||
self.draw_app.transform_tool.run()
|
||||
|
||||
def clean_up(self):
|
||||
pass
|
||||
|
||||
|
||||
# ###############################################
|
||||
# ################ Main Application #############
|
||||
|
||||
Reference in New Issue
Block a user