mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
oops, no need to do that
This commit is contained in:
@@ -428,7 +428,6 @@ public class TextAreaPainter extends JComponent implements TabExpander {
|
||||
*/
|
||||
public void paint(Graphics gfx) {
|
||||
Graphics2D g2 = (Graphics2D) gfx;
|
||||
defaults.antialias = true;
|
||||
g2.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
|
||||
defaults.antialias ?
|
||||
RenderingHints.VALUE_TEXT_ANTIALIAS_ON :
|
||||
|
||||
Reference in New Issue
Block a user