diff -r 122b1094b8e6 -r 30f7eade322f svghmi/ui.py --- a/svghmi/ui.py Fri Aug 19 10:22:16 2022 +0200 +++ b/svghmi/ui.py Tue Aug 23 12:19:44 2022 +0200 @@ -648,14 +648,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):