eirikbakke opened a new pull request #2167: URL: https://github.com/apache/netbeans/pull/2167
This PR fixes the problem shown in the editor tab in the screeenshot; on some HiDPI scaling factors (150% in this case), the text in the tab may be incorrectly measured. The bug is fixed by making sure that the right FontRenderContext, with HiDPI scaling taken into account, is used when painting on a particular monitor.  See also https://github.com/apache/netbeans/pull/2025 , which fixed a similar problem in the underlying org.openide.awt.HtmlRenderer class. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
