Skip to content
Snippets Groups Projects
Verified Commit d12c76e5 authored by André's avatar André
Browse files

fix: CodeWidget: Don't highlight matching brackets

Highlighting matching brackets is confusing without a visible cursor.

Fixes #11026.
parent e94c3bc8
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ def __init__(self) -> None:
self.set_top_margin(2)
self.set_bottom_margin(2)
self.set_monospace(True)
self.get_buffer().set_highlight_matching_brackets(False)
self._source_manager = GtkSource.LanguageManager.get_default()
self._style_scheme_manager = GtkSource.StyleSchemeManager.get_default()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment