Changeset 1893 for trunk/dll/viewer.c


Ignore:
Timestamp:
May 26, 2020, 10:04:17 PM (5 years ago)
Author:
Gregg Young
Message:

Fix some layout and font issues in the viewers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewer.c

    r1673 r1893  
    11391139
    11401140    case MLE_SETFONT:                   // select a new font
    1141       SetMLEFont(hwndMLE, &vw->fattrs, 0);
     1141      SetMLEFont(hwndMLE, &vw->fattrs, 2);
    11421142      PrfWriteProfileData(fmprof,
    11431143                          FM3Str, "MLEFont", &vw->fattrs, sizeof(FATTRS));
Note: See TracChangeset for help on using the changeset viewer.