désactivation temporaire de undo dans la fenêtre résultat qui fait crash Pamhyr

dev_dylan
Dylan Jeannin 2026-04-22 13:45:15 +02:00
parent d6f7755d12
commit a4026d6386
1 changed files with 2 additions and 1 deletions

View File

@ -701,7 +701,8 @@ class ResultsWindow(PamhyrWindow):
logger.info("TODO: paste")
def _undo(self):
self._table.undo()
logger.info("TODO: undo")
# self._table.undo()
def _redo(self):
self._table.redo()