Merge branch 'Beta_8.995' into os-dependent-theme with Marius' changes for theme_safe_color

This commit is contained in:
Ali Khalil
2022-04-18 12:29:33 +03:00
5 changed files with 27 additions and 17 deletions

View File

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