[ https://issues.apache.org/jira/browse/NETBEANS-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eirik Bakke updated NETBEANS-5931: ---------------------------------- Description: There is a lot of duplicated logic around the NetBeans codebase relating to the setting of rendering hints on Graphics2D objects. I'll submit a PR to try to consolidate this logic into a single utility method. (The PR for this issue will also fix a minor issue where non-editable text values in the property sheet ended up not being anti-aliased. See attached screenshot. With the new utility method, this becomes a one-line fix.) was: There is also a lot of duplicated logic around the NetBeans codebase relating to the setting of rendering hints on Graphics2D objects. I'll submit a PR to try to consolidate this logic into a single utility method. (The PR for this issue will also fix a minor issue where non-editable text values in the property sheet ended up not being anti-aliased. See attached screenshot. With the new utility method, this becomes a one-line fix.) > Consolidate duplicated logic to set rendering hints > --------------------------------------------------- > > Key: NETBEANS-5931 > URL: https://issues.apache.org/jira/browse/NETBEANS-5931 > Project: NetBeans > Issue Type: Bug > Components: platform - Property Sheet > Affects Versions: 12.4 > Environment: Windows LAF on Windows 10. > Reporter: Eirik Bakke > Priority: Minor > Attachments: NoAntialiasing.png > > > There is a lot of duplicated logic around the NetBeans codebase relating to > the setting of rendering hints on Graphics2D objects. I'll submit a PR to try > to consolidate this logic into a single utility method. > (The PR for this issue will also fix a minor issue where non-editable text > values in the property sheet ended up not being anti-aliased. See attached > screenshot. With the new utility method, this becomes a one-line fix.) -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists