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

Reservoir: Edit: Fix undo/redo update.

No related merge requests found
Pipeline #53962 passed with stages
in 3 minutes and 18 seconds
Showing with 2 additions and 4 deletions
+2 -4
......@@ -202,10 +202,8 @@ class EditReservoirWindow(PamhyrWindow):
def _undo(self):
self._table.undo()
self.plot.update()
self.widget_update()
self.update()
def _redo(self):
self._table.redo()
self.plot.update()
self.widget_update()
self.update()
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