mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-26 18:28:48 +00:00
When removing an item from a PopupMenu we need to update the control's size cache otherwise the size of the PopupMenu itself lags behind by 1 item size. Meaning the PopupMenu will remain too large.