We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d09f74 commit 544bf5aCopy full SHA for 544bf5a
gui/loggedactionstable.py
@@ -36,7 +36,7 @@ def displayColumns(self):
36
c = 0
37
for i, col in enumerate(columnVarSetting):
38
if col in columns:
39
- if columnRowName[c] == "changedGeometry" and not self.geomColumn:
+ if columnRowName[i] == "changedGeometryStr" and not self.geomColumn:
40
continue
41
self.insertColumn(c)
42
item = QTableWidgetItem(columnFancyName[i])
0 commit comments