From 72fda444d198108a250e019d1437b6383c5258da Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Thu, 26 May 2016 14:17:14 +0100 Subject: Added breakpoint markers, issue 4750 --- tools/editor/plugins/script_editor_plugin.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/editor/plugins/script_editor_plugin.cpp') diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index e3c339f1d..9c88a4cdb 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -586,7 +586,7 @@ void ScriptTextEditor::_bind_methods() { } ScriptTextEditor::ScriptTextEditor() { - + get_text_edit()->set_breakpoint_gutter_width(12); } /*** SCRIPT EDITOR ******/ @@ -2034,6 +2034,7 @@ void ScriptEditor::edit(const Ref