Skip to content

Commit 99b3315

Browse files
authored
Fix cannot edit grid cell with wxPython 4.1.0 (#2236)
* With wxPython 4.1.0, cannot edit grid cells in windows and linux, to resolve it, removed the useless event listener OnKillFocus * Revert modifications, only save action is not necessary
1 parent 970d2a4 commit 99b3315

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotide/editor/kweditor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def OnSelectCell(self, event):
219219
def OnKillFocus(self, event):
220220
self._tooltips.hide()
221221
self._hide_link_if_necessary()
222-
self.save()
223222
event.Skip()
224223

225224
def _execute(self, command):

0 commit comments

Comments
 (0)