Changeset 877 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Nov 24, 2007, 8:50:52 PM (18 years ago)
Author:
Gregg Young
Message:

Cleaned up actual fix for drop down menu fonts and colors not matching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r875 r877  
    12691269      hwndMenu = WinLoadMenu(hwnd, FM3ModHandle, ID_BUTTONMENU);
    12701270    DosExitCritSec();
    1271     // SetPresParams(hwndMenu, NULL, NULL, NULL, GetPString(IDS_10SYSPROTEXT));
     1271    SetPresParams(hwndMenu, NULL, NULL, NULL, GetPString(IDS_10SYSPROTEXT));
    12721272    if (PopupMenu(hwnd, hwnd, hwndMenu))
    12731273      WinShowWindow(hwndMenu, TRUE);
     
    21962196                                   (ULONG) sizeof(AttrValue), &AttrValue, 0);
    21972197      if (cbRetLen) {
    2198         switch (AttrFound) {
    2199         case PP_FONTNAMESIZE:
     2198        //switch (AttrFound) {
     2199        //case PP_FONTNAMESIZE:
    22002200          PostMsg(WinQueryWindow(hwnd, QW_PARENT),
    22012201                  WM_UPDATEFRAME, MPFROMLONG(FCF_SIZEBORDER), MPVOID);
    22022202          break;
    2203         }
     2203
    22042204      }
    22052205    }
Note: See TracChangeset for help on using the changeset viewer.