Hello,
This code is not deselecting the mask layer.
if (layer > 0) and (layer < (ievMain.LayersCount - 1)) then
begin
if ievMain.Layers[layer + 1].IsMask then
begin
ievMain.Layers[layer + 1].Selectable := False;
end;
end;
I am saying this because when I move or resize an Image the mask is also getting resized!
TIA
Yogi Yang