Grandro
Results
2
issues of
Grandro
Currently, `ViewportTexture::_setup_local_to_scene` retrieves the `Viewport` a `ViewportTexture` points to like this: ```C++ Node *vpn = p_loc_scene->get_node_or_null(path); ``` That is, the path stored within the `ViewportTexture` is assumed to be relative...
bug
topic:core
topic:rendering
### Tested versions v4.3.stable.official [77dcf97d8] Works fine in v4.2.2 (and before) ### System information Windows 10 ### Issue description When instantiating TabContainer children via code the TabContainer is not set...
bug
regression
topic:gui