This repository was archived by the owner on Sep 25, 2024. It is now read-only.
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Crash when deleting Variations when ArrangeBy changed from Category to Name... #613
Open
Description
Steps to reproduce:
0. Make sure ArrangeBy is in Category mode.
- Create a Variation
- Switch ArrangeBy to Name mode
- Delete the Variation that was created.
What happens:
Argument Null Exception is thrown within OnRemoveVariantClicked
. parent
is null.
Expected behaviour:
No crash and selected Variation is deleted.