Skip to content

Commit 3ce9413

Browse files
committed
Fix Grid Colorizer usage in settingeditors
1 parent b3c8359 commit 3ce9413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotide/editor/settingeditors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def __init__(self, parent):
209209
style=wx.TE_RICH | wx.TE_MULTILINE)
210210
self.SetEditable(False)
211211
self._colour_provider = ColorizationSettings(
212-
parent.plugin.global_settings)
212+
parent.plugin.global_settings['Grid'])
213213
self._empty_values()
214214

215215
def _empty_values(self):

0 commit comments

Comments
 (0)