Skip to content

Commit c943392

Browse files
committed
Performance: don't colorize grid on selection
There's no possibility that the content changes based on selection only, so doing while grid re-colorization is waste
1 parent ce6004f commit c943392

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
@@ -149,7 +149,6 @@ def OnSettingsChanged(self, data):
149149
def OnSelectCell(self, event):
150150
self._cell_selected = True
151151
GridEditor.OnSelectCell(self, event)
152-
self._colorize_grid()
153152
event.Skip()
154153

155154
def OnKillFocus(self, event):

0 commit comments

Comments
 (0)