Remove breakpoints from editor settings

This commit is contained in:
Paulb23 2020-07-30 12:22:09 +01:00
parent 33ab9cd621
commit c0da97d29c
4 changed files with 6 additions and 23 deletions

View file

@ -1685,8 +1685,6 @@ CodeTextEditor::CodeTextEditor() {
find_replace_bar->set_text_edit(text_editor);
text_editor->set_draw_line_numbers(true);
text_editor->set_draw_breakpoints_gutter(true);
text_editor->set_draw_executing_lines_gutter(true);
text_editor->set_brace_matching(true);
text_editor->set_auto_indent(true);