GUI:The Line.connectedControl would not work as expected if the engine adaptiveScaling is true

Here is the demo:

@amoebachant might be able to help here :slight_smile:

Hi @RichardFly, thanks for reporting this bug! I investigated today and found the culprit - the PR for the fix is here: [GUI] Fix Line.connectedControl with adaptive scaling by AmoebaChant · Pull Request #18703 · BabylonJS/Babylon.js · GitHub

I appreciate the repro playground, I was able to double check that your playground renders correctly on a high DPI display after this fix, but didn’t render correctly before it.

Thanks again!