When a file is loaded, local selection layers are all active at the same time, even ones belonging to the same layer.
With a layer that has several local selections (all active upon load), enabling one (which supposed to disable others, since only once can be active) will only search for and disable the first active selection it finds, the rest stay active.
Expected behavior:
- Either the active selections should be stored on closing file and then restored, or all selections should be disabled on load.
- Enabling one selection of a layer should disable all other active selections on that layer - although the existence of more than one active selection is incorrect behavior in the first place so this may not be necessary.