Files
godot/scene/gui
Marc Gilleron 22fcdffd17 Make GraphNode::_validate_property protected so GraphNode can be inherited.
It's not about overriding or accessing `_validate_property`,
but since `_validate_property` became a multilevel method,
the GDCLASS macro now tries to access the one from the parent class,
which causes a compiling error if the parent class declares
`_validate_property` as private.
2022-08-24 21:29:32 +01:00
..
2022-07-06 22:11:43 +05:30
2022-07-29 16:26:13 +02:00
2022-07-21 18:11:09 -04:00
2022-02-07 09:55:25 -03:00
2022-05-10 19:34:48 +08:00
2022-07-29 16:26:13 +02:00
2022-07-23 07:31:17 +02:00
2022-07-29 16:26:13 +02:00
2022-01-24 22:21:19 +01:00