Closed Starmapo closed 9 months ago
After destroying a menu bar, the menus that are currently hidden aren't disposed, resulting in a crash if it dispatches any events (the menu bar event listener tries to find the index of it in _menus, but the array is null)
_menus
Closed as this is fixed by b6f14a15c694cb71ca301ddf1ef2d9f5f732dc3f
After destroying a menu bar, the menus that are currently hidden aren't disposed, resulting in a crash if it dispatches any events (the menu bar event listener tries to find the index of it in
_menus
, but the array is null)