beremiz
Clone
Summary
Browse
Changes
Graph
Remove useless assignment
wxPython4
2022-08-13, Edouard Tisserant
27e7679ddb99
Parents
7dcd0de97e6f
Children
8a54fd58a552
Remove useless assignment
1 files changed, 0 insertions(+), 1 deletions(-)
+0
-1
controls/VariablePanel.py
--- a/controls/VariablePanel.py Fri Aug 12 16:52:15 2022 +0200
+++ b/controls/VariablePanel.py Sat Aug 13 16:12:39 2022 +0200
@@ -572,7 +572,6 @@
self.PanelWidthMin = sum(self.ColSettings["size"])
- self.ElementType = element_type
self.BodyType = None
for choice in self.FilterChoices: