Closed
Description
Tested versions
Reproducible in 4.3-stable
System information
Godot v4.3.stable - Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 580 Series (RADV POLARIS10) - AMD Ryzen 7 7700X 8-Core Processor (16 Threads)
Issue description
When a MenuBar node is in the scene tree, its childrens' names are used as button texts in the menu bar.
Renaming the MenuBar's children does not cause the scene preview to update (until an update is triggered by other means)
Steps to reproduce
- Create a Control node
- Add a MenuBar node as child
- Add PopupMenu nodes as children
- Rename those from the scene tree
Minimal reproduction project (MRP)
N/A