diff options
| author | Rémi Verschelde | 2017-08-18 08:53:29 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-18 08:53:29 +0200 |
| commit | 49028e0c4931c6dd407d6c91c314f3576795c3ed (patch) | |
| tree | fcb56006ba0b22391abeef20fcd465f831787003 | |
| parent | 938dc07b2b11a1f4f418ee0f7811285d57035507 (diff) | |
| download | godot-49028e0c4931c6dd407d6c91c314f3576795c3ed.tar.gz godot-49028e0c4931c6dd407d6c91c314f3576795c3ed.tar.zst godot-49028e0c4931c6dd407d6c91c314f3576795c3ed.zip | |
Revert "Child Process Connected (in Editor Debugger) is now friendlier :-)"
This reverts commit 478531d5a890afb56b8d0f5043a83c79e4781e0b.
As explained in #10192, this commit changed the color of all errors.
| -rw-r--r-- | editor/script_editor_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index ceec3891b..454e09b7e 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -1756,7 +1756,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) { reason->set_text(""); reason->set_editable(false); hbc->add_child(reason); - reason->add_color_override("font_color", Color(0.1, 0.9, 0.8, 0.9)); + reason->add_color_override("font_color", Color(1, 0.4, 0.0, 0.8)); reason->set_h_size_flags(SIZE_EXPAND_FILL); //reason->set_clip_text(true); |
