diff options
| author | Paulb23 | 2016-06-07 16:59:16 +0100 |
|---|---|---|
| committer | Paulb23 | 2016-06-07 16:59:16 +0100 |
| commit | d66b034bd1557bb8a3b8e29a1fa64b10b94e408c (patch) | |
| tree | 150d65a03d59632aa4fe46ad076c066a3a982da9 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | ce328ce99b6dd41862dea3c95aa8621dc4b83d15 (diff) | |
| download | godot-d66b034bd1557bb8a3b8e29a1fa64b10b94e408c.tar.gz godot-d66b034bd1557bb8a3b8e29a1fa64b10b94e408c.tar.zst godot-d66b034bd1557bb8a3b8e29a1fa64b10b94e408c.zip | |
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 39b350eb4..1833e3844 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 ******/ |
