crosscode-map-editor
crosscode-map-editor copied to clipboard
Entity filter loses effect when switching to "Layers" tab
The entity filter makes it possible to click on entities placed behind larger entities by filtering for them. For example, the EventTriggers in the top-right of autumn\path-1 are usually blocked by the TouchTrigger.
By filtering for EventTrigger, all other entities fade out and it becomes possible to click on them.
The problem is that when clicking on the Layers tab and then back to Entities, you can now select all entities again with the mouse. In this example, you can no longer click on the EventTrigger because the TouchTrigger is blocking it. The filter text field keeps the value previously typed, and the entities remain faded out, but now they can be clicked on again.
This can be fixed by deleting the filter text and re-typing it. This is only a minor annoyance but I wanted to point it out.