Skip to content

4.0 RC 2: Object::cast_to<() returns nullpr #1043

Description

@sash-rc

4.0 RC 2 (Linux x86_64 gcc)

auto node1 = get_node_or_null("gui"); // valid
auto node2 = Object::cast_to<Control>(node1); // nullpr
auto node3 = get_node<Control>("gui"); // nullpr

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis has been identified as a bugregression

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions