parent
a33b0c5319
commit
045cf246d4
1 changed files with 2 additions and 2 deletions
|
@ -635,8 +635,7 @@ void SceneTreeEditor::_selected_changed() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SceneTreeEditor::_deselect_items() {
|
void SceneTreeEditor::_deselect_items() {
|
||||||
|
// Clear currently selected items in scene tree dock.
|
||||||
// Clear currently elected items in scene tree dock.
|
|
||||||
if (editor_selection) {
|
if (editor_selection) {
|
||||||
editor_selection->clear();
|
editor_selection->clear();
|
||||||
emit_signal("node_changed");
|
emit_signal("node_changed");
|
||||||
|
@ -1196,6 +1195,7 @@ SceneTreeEditor::SceneTreeEditor(bool p_label, bool p_can_rename, bool p_can_ope
|
||||||
tree->set_begin(Point2(0, p_label ? 18 : 0));
|
tree->set_begin(Point2(0, p_label ? 18 : 0));
|
||||||
tree->set_end(Point2(0, 0));
|
tree->set_end(Point2(0, 0));
|
||||||
tree->add_constant_override("button_margin", 0);
|
tree->add_constant_override("button_margin", 0);
|
||||||
|
tree->set_allow_reselect(true);
|
||||||
|
|
||||||
add_child(tree);
|
add_child(tree);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue