Skip to content

Commit 544bf5a

Browse files
committed
fixed column display
1 parent 5d09f74 commit 544bf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/loggedactionstable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def displayColumns(self):
3636
c = 0
3737
for i, col in enumerate(columnVarSetting):
3838
if col in columns:
39-
if columnRowName[c] == "changedGeometry" and not self.geomColumn:
39+
if columnRowName[i] == "changedGeometryStr" and not self.geomColumn:
4040
continue
4141
self.insertColumn(c)
4242
item = QTableWidgetItem(columnFancyName[i])

0 commit comments

Comments
 (0)