Skip to content
Snippets Groups Projects
Commit 4e086ca4 authored by Martin Högstedt's avatar Martin Högstedt
Browse files

every time it sets a new item that item contains the text '0' yet nothing shows

parent 6a884d7b
No related branches found
No related tags found
No related merge requests found
Pipeline #132583 failed
......@@ -430,6 +430,7 @@ class IntegerMemoryTable(QTableWidget):
"""
item = QTableWidgetItem(text)
print(item.text())
self.setItem(row, col, item)
def set_sign(self, sign: Sign):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment