Hi, if I use: this->startDragging(“Normal Point”, &pointNormal, i_PointNormal, true);
The last ‘true’ is for ‘allowDraggingToExternalWindows’ and it causes a scale change to the dragged component:
(The smaller dot is the dragged version of the one on the left)
This also varies depending on different Windows scale settings, but it’s always seems to be wrong.
I’ve only tried this on Windows, sorry.
Setting it to false fixes the problem on all DPI settings.
So it appears that allowing dragging to external window option is causing the scale problem.
Thanks.
