mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
moving packages around
This commit is contained in:
@@ -362,7 +362,7 @@ public class TextAreaPainter extends JComponent implements TabExpander
|
||||
*/
|
||||
public void paint(Graphics gfx)
|
||||
{
|
||||
if (PdeBase.isMacOS()) {
|
||||
if (Base.isMacOS()) {
|
||||
Graphics2D g2 = (Graphics2D) gfx;
|
||||
g2.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
|
||||
RenderingHints.VALUE_TEXT_ANTIALIAS_OFF);
|
||||
|
||||
Reference in New Issue
Block a user