Given the following image with 2 layers, where the green line layer is over the yellow line layer, and iesoSelectTranspLayers is true:
If I click anywhere in the green layer's box, the green line layer is selected. If I click directly on the portion of the yellow line that's in the green layer's bounding box, I would like to be able to select the yellow line's layer.
Is that possible? I discovered it's possible if mlMoveLayers is true for MouseInteractLayers, but I don't want to enable that option.
I was hoping to have the best of both worlds - be able to select a layer when clicking within the layer's bounding box (via iesoSelectTranspLayers) and also a 'lower' area when clicking on the layer's lines, even though the lower layer's lines are within the higher layer's bounding box.