Commit f105c00f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

SolverParameters: Minor change.

Showing with 0 additions and 1 deletion
+0 -1
...@@ -23,5 +23,4 @@ class SetCommand(QUndoCommand): ...@@ -23,5 +23,4 @@ class SetCommand(QUndoCommand):
self._data.get(self._index)[self._column] = self._old self._data.get(self._index)[self._column] = self._old
def redo(self): def redo(self):
print(self._new)
self._data.get(self._index)[self._column] = self._new self._data.get(self._index)[self._column] = self._new
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment