Changeset 1544


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

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

Location:
trunk/src/org/expeditee
Files:
2 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);
  • trunk/src/org/expeditee/gui/MessageBay.java

    r1540 r1544  
    191191                        g.pushClip(clip);
    192192                }
    193                 g.setAntialiasing(true);
    194193
    195194                g.clear(background);
Note: See TracChangeset for help on using the changeset viewer.