You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
heck
This commit is contained in:
@@ -398,6 +398,7 @@ void SceneTreeEditor::_notification(int p_what) {
|
||||
get_scene()->disconnect("node_removed",this,"_node_removed");
|
||||
_update_tree();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -699,10 +700,12 @@ void SceneTreeDialog::_notification(int p_what) {
|
||||
get_stylebox("panel","PopupMenu")->draw(ci,Rect2(Point2(),get_size()));
|
||||
}
|
||||
|
||||
if (p_what==NOTIFICATION_POST_POPUP) {
|
||||
|
||||
if (p_what==NOTIFICATION_VISIBILITY_CHANGED && is_visible()) {
|
||||
|
||||
tree->update_tree();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
void SceneTreeDialog::_cancel() {
|
||||
|
||||
Reference in New Issue
Block a user