Add font size setting for output panel
This commit is contained in:
parent
ab644de1d8
commit
79e506ff52
3 changed files with 20 additions and 7 deletions
|
|
@ -1065,7 +1065,7 @@ void ScriptEditorDebugger::start() {
|
|||
|
||||
int remote_port = (int)EditorSettings::get_singleton()->get("network/debug/remote_port");
|
||||
if (server->listen(remote_port) != OK) {
|
||||
EditorNode::get_log()->add_message(String("** Error listening on port ") + itos(remote_port) + String(" **"));
|
||||
EditorNode::get_log()->add_message(String("Error listening on port ") + itos(remote_port), true);
|
||||
return;
|
||||
}
|
||||
set_process(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue