https://bugs.documentfoundation.org/show_bug.cgi?id=141578

--- Comment #9 from Jan-Marek Glogowski <glo...@fbihome.de> ---
Just some finishing comment for the moment. LO VCL has basically no internal
representation to handle a changed DPI / scaling factor properly. OutputDevice
has     mnDPIX, mnDPIY and mnDPIScalePercentage, but these are just updated
when a window is destroyed. A crude workaround would probably be to destroy and
restore a window when it is moved to a different screen with different scaling.

Fixing VCL and widgets at large to support proper scaling is a lot of work.
Since Gtk just has non-fractional scaling, it's way of simply upscaling the
100% output works quite well; maybe we should switch to this kind of scaling
too, for the time being, seeing also bug 146297...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to