From a4026d638657b465defc344238c3935a57544fed Mon Sep 17 00:00:00 2001 From: Dylan Jeannin Date: Wed, 22 Apr 2026 13:45:15 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactivation=20temporaire=20de=20undo=20d?= =?UTF-8?q?ans=20la=20fen=C3=AAtre=20r=C3=A9sultat=20qui=20fait=20crash=20?= =?UTF-8?q?Pamhyr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/View/Results/Window.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/View/Results/Window.py b/src/View/Results/Window.py index 822b64e0..9324f356 100644 --- a/src/View/Results/Window.py +++ b/src/View/Results/Window.py @@ -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()