Improved breakpoint marker position, and scales with font size

This commit is contained in:
Paulb23 2016-06-07 16:59:16 +01:00
parent ce328ce99b
commit d66b034bd1
2 changed files with 6 additions and 4 deletions

View file

@ -588,7 +588,6 @@ void ScriptTextEditor::_bind_methods() {
}
ScriptTextEditor::ScriptTextEditor() {
get_text_edit()->set_breakpoint_gutter_width(12);
}
/*** SCRIPT EDITOR ******/