You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
@@ -96,7 +96,11 @@ void ConnectDialog::_notification(int p_what) {
|
||||
|
||||
RID ci = get_canvas_item();
|
||||
get_stylebox("panel","PopupMenu")->draw(ci,Rect2(Point2(),get_size()));
|
||||
}
|
||||
}
|
||||
|
||||
if (p_what==NOTIFICATION_ENTER_TREE) {
|
||||
bind_editor->edit(cdbinds);
|
||||
}
|
||||
}
|
||||
|
||||
void ConnectDialog::_tree_node_selected() {
|
||||
@@ -456,7 +460,6 @@ ConnectDialog::ConnectDialog() {
|
||||
set_as_toplevel(true);
|
||||
|
||||
cdbinds = memnew( ConnectDialogBinds );
|
||||
bind_editor->edit(cdbinds);
|
||||
|
||||
error = memnew( ConfirmationDialog );
|
||||
add_child(error);
|
||||
|
||||
Reference in New Issue
Block a user