You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #53013 from Calinou/editor-debugger-bottom-panel-error-warning-highlight-3.x
This commit is contained in:
@@ -3411,6 +3411,8 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
||||
script_editor = this;
|
||||
|
||||
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger);
|
||||
// Add separation for the warning/error icon that is displayed later.
|
||||
db->add_constant_override("hseparation", 6 * EDSCALE);
|
||||
debugger->set_tool_button(db);
|
||||
|
||||
debugger->connect("breaked", this, "_breaked");
|
||||
|
||||
Reference in New Issue
Block a user