The check in Layer::sendGeometryToFront() and Layer::sendGeometryToBack() should be:
if ( !geometry || !geometries.contains( geometry ) ) // <-- exclamation (!) { return; } cheers
if ( !geometry || !geometries.contains( geometry ) ) // <-- exclamation (!) { return; }
ouch, correcting now. cant believe i missed that :/ Cheers
corrected in in rev 57
Log in to post a comment.
ouch, correcting now. cant believe i missed that :/
Cheers
corrected in in rev 57