dialogs/ActionBlockDialog.py
changeset 4007 76dede1e3403
parent 3976 86e39be014d8
--- a/dialogs/ActionBlockDialog.py	Thu Aug 22 12:16:45 2024 +0200
+++ b/dialogs/ActionBlockDialog.py	Sat Sep 07 12:50:57 2024 +0200
@@ -148,7 +148,7 @@
         self.ActionsGrid = CustomGrid(self, size=wx.Size(-1, 250), style=wx.VSCROLL)
         self.ActionsGrid.DisableDragGridSize()
         self.ActionsGrid.EnableScrolling(False, True)
-        self.ActionsGrid.Bind(wx.grid.EVT_GRID_CELL_CHANGING,
+        self.ActionsGrid.Bind(wx.grid.EVT_GRID_CELL_CHANGED,
                               self.OnActionsGridCellChange)
         main_sizer.Add(self.ActionsGrid, border=20,
                             flag=wx.GROW | wx.LEFT | wx.RIGHT)