diff -r 02229133df43 -r 51a3d6f39944 svghmi/ui.py --- a/svghmi/ui.py Tue Sep 13 16:51:54 2022 +0200 +++ b/svghmi/ui.py Tue Sep 13 16:53:15 2022 +0200 @@ -662,14 +662,6 @@ for path in paths: self.AddPathToSignature(path) - # # TODO DEAD CODE ? - # for widget in widgets: - # widget_type = widget.get("type") - # for path in widget.iterchildren("path"): - # path_value = path.get("value") - # path_accepts = map( - # str.strip, path.get("accepts", '')[1:-1].split(',')) - self.main_panel.SetupScrolling(scroll_x=False) def GetWidgetParams(self, _context):