How to consider "contentsScaleFactor" for each Window of a Multi-Window App?
We have a multi-window Flex app which uses requestedDisplayResolution=high.
When a native window of the app is moved from one monitor to another monitor with a
different display-scaling, all contents of all windows will scale, instead of only
the contents of the window which was moved.
Is there any workaround for this issue?
Can this issue be considered as a bug?
I have thought of a self-made solution by checking the contentsScaleFactor (and working with that as scale) for each window but unfortunately, this property of the stage seems to only be able to have one value, which seems to be the value of the stage of last Window which was moved from montitor to monitor.
