Components offset each time they or their container is added to a panel - should be modified so that position stays the same regardless of how many times they or their containers are added
Fixed by adding "Origin" field to Component.cs. It is an absolute origin from which the relative bounding box is defined. When updating, this field is taken into account to calculate the correct position.
Components offset each time they or their container is added to a panel - should be modified so that position stays the same regardless of how many times they or their containers are added