- some changes in the Geometry Editor UI's and in some cases, fixes for the right-click close action

This commit is contained in:
Marius Stanciu
2022-04-20 21:27:20 +03:00
committed by Marius
parent 6690e507f6
commit d7d53399a0
6 changed files with 130 additions and 61 deletions

View File

@@ -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 #############