diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-08 07:55:29 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-08 07:55:29 -0300 |
commit | 32fa1e3ee6f94d6bc1fc5aaa604c7461428f63f3 (patch) | |
tree | ba954c03da89042fd09c1c54db7754b159b544f3 /tools/editor/plugins/script_editor_plugin.cpp | |
parent | 1b3fd498a33151a1029a3235bb77e3c6bcb81a64 (diff) | |
parent | d66b034bd1557bb8a3b8e29a1fa64b10b94e408c (diff) |
Merge pull request #5088 from Paulb23/breakpoint_marker_scaling
Improved breakpoint marker position, and scales with font size
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 39b350eb4e..1833e3844a 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -588,7 +588,6 @@ void ScriptTextEditor::_bind_methods() { } ScriptTextEditor::ScriptTextEditor() { - get_text_edit()->set_breakpoint_gutter_width(12); } /*** SCRIPT EDITOR ******/ |