OpMOVEPOINTUP and OpMOVEPOINTDOWN operations are broken in mitk::PointSet. They
use the point ID as index, which will lead to a crash if the point IDs are not
consecutive (e.g. after deleting a point in the middle of the pointset).
Description
Description
Event Timeline
Comment Actions
fixed in revision #18738. Unit test is extended to test the previously buggy behavior. Manual testing showed no problems.