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

HS: Basic: Fix delete undo command.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -112,7 +112,7 @@ class DelCommand(QUndoCommand):
self._hs.insert(row, el)
def redo(self):
self._hs.delete_i([self._rows])
self._hs.delete_i(self._rows)
class PasteCommand(QUndoCommand):
......
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