I20251119-1800
This commit adapt the behavior of Control#getBounds getSize and getLocation if autoscaling of a control is disabled, but the autoscaling of the parent is not disabled. As of now it always used the parent zoom to scale down the pixel values. This led to issues with existing implementations that were built to use the bounds of the control in its own zoom context.