https://bugs.documentfoundation.org/show_bug.cgi?id=122113
--- Comment #18 from Patrick Luby (volunteer) <[email protected]> --- So the headless code already has a fix for this. For macOS, I largely copied the headless code by adding the following method in the macOS subclass of SalGraphicsAutoDelegateToImpl: virtual bool ShouldDownscaleIconsAtSurface(double* pScaleOut) const override; Maybe for Windows and Linux, the following macOS patch can be used as a template? The ShouldDownscaleIconsAtSurface() method in the Windows and Linux subclasses of SalGraphicsAutoDelegateToImpl only really needs to set pScaleOut to screen resolution for pixel (i.e. 2.0 for Retina display on macOS): https://gerrit.libreoffice.org/c/core/+/166867 -- You are receiving this mail because: You are the assignee for the bug.
