controls/VariablePanel.py
branchwxPython4
changeset 3388 6cde1a3ded58
parent 3303 0ffb41625592
child 3583 27e7679ddb99
--- a/controls/VariablePanel.py	Fri Oct 29 18:20:03 2021 +0200
+++ b/controls/VariablePanel.py	Tue Nov 16 20:10:50 2021 +0100
@@ -493,7 +493,7 @@
 
         self.VariablesGrid = CustomGrid(self, style=wx.VSCROLL | wx.HSCROLL)
         self.VariablesGrid.SetDropTarget(VariableDropTarget(self))
-        self.VariablesGrid.Bind(wx.grid.EVT_GRID_CELL_CHANGING,
+        self.VariablesGrid.Bind(wx.grid.EVT_GRID_CELL_CHANGED,
                                 self.OnVariablesGridCellChange)
         self.VariablesGrid.Bind(wx.grid.EVT_GRID_CELL_LEFT_CLICK,
                                 self.OnVariablesGridCellLeftClick)