Ignore:
Timestamp:
11/19/20 13:15:30 (4 years ago)
Author:
bnemhaus
Message:

With the fixes to antialiasing (details in coming commits), the MessageBay and MailBay no longer turn antialiasing unconditionally on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/mail/gui/MailBay.java

    r1504 r1544  
    201201                        g.pushClip(clip);
    202202                }
    203                 g.setAntialiasing(true);
    204203                g.clear(background);
    205204                g.setFont(MESSAGE_FONT);
Note: See TracChangeset for help on using the changeset viewer.