|
|
|
@ -149,7 +149,6 @@ void EditorLog::_bind_methods() {
|
|
|
|
EditorLog::EditorLog() {
|
|
|
|
EditorLog::EditorLog() {
|
|
|
|
|
|
|
|
|
|
|
|
VBoxContainer *vb = this;
|
|
|
|
VBoxContainer *vb = this;
|
|
|
|
add_constant_override("separation", get_constant("separation", "VBoxContainer"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HBoxContainer *hb = memnew(HBoxContainer);
|
|
|
|
HBoxContainer *hb = memnew(HBoxContainer);
|
|
|
|
vb->add_child(hb);
|
|
|
|
vb->add_child(hb);
|
|
|
|
@ -181,6 +180,8 @@ EditorLog::EditorLog() {
|
|
|
|
|
|
|
|
|
|
|
|
current = Thread::get_caller_id();
|
|
|
|
current = Thread::get_caller_id();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_constant_override("separation", get_constant("separation", "VBoxContainer"));
|
|
|
|
|
|
|
|
|
|
|
|
EditorNode::get_undo_redo()->set_commit_notify_callback(_undo_redo_cbk, this);
|
|
|
|
EditorNode::get_undo_redo()->set_commit_notify_callback(_undo_redo_cbk, this);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|