diff options
| author | Rémi Verschelde | 2017-08-26 18:21:08 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-26 18:21:08 +0200 |
| commit | 2a1a1f05feadc8c9b2e6a3058940456b65c3ecdc (patch) | |
| tree | de80d2ef7ab5b07e1e182e87199c16cc415c482c /editor/code_editor.cpp | |
| parent | 3c5ce736e63c0db6b2f0b5e8fef1119da5529df2 (diff) | |
| parent | 565600e8445a3073e4188a1a2bde1f47dd299c5a (diff) | |
| download | godot-2a1a1f05feadc8c9b2e6a3058940456b65c3ecdc.tar.gz godot-2a1a1f05feadc8c9b2e6a3058940456b65c3ecdc.tar.zst godot-2a1a1f05feadc8c9b2e6a3058940456b65c3ecdc.zip | |
Merge pull request #10656 from akien-mga/cleanup-commented-out-code
Cleanup tons of obsolete commented out code
Diffstat (limited to 'editor/code_editor.cpp')
| -rw-r--r-- | editor/code_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index d49b240c8..889c750cf 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -1228,7 +1228,6 @@ CodeTextEditor::CodeTextEditor() { error->set_valign(Label::VALIGN_CENTER); error->add_color_override("font_color", Color(1, 0.7, 0.6, 0.9)); error->set_h_size_flags(SIZE_EXPAND_FILL); //required for it to display, given now it's clipping contents, do not touch - //status_bar->add_spacer(); Label *line_txt = memnew(Label); status_bar->add_child(line_txt); |
