- added a way to allow patching FCLabel widget colors for certain cases without having to pass them each instance
This commit is contained in:
@@ -11,7 +11,7 @@ class SimplificationTool(AppTool):
|
||||
Do a shape simplification for the selected geometry.
|
||||
"""
|
||||
|
||||
update_ui = pyqtSignal(list, int)
|
||||
update_ui = pyqtSignal(object, int)
|
||||
|
||||
def __init__(self, app, draw_app):
|
||||
AppTool.__init__(self, app)
|
||||
|
||||
Reference in New Issue
Block a user