Changeset 454


Ignore:
Timestamp:
Jun 24, 2023, 7:40:56 AM (2 years ago)
Author:
rlwalsh
Message:

winh: ensure notebook buttons use the n/b's font, not the source dialog's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/winh.c

    r445 r454  
    44244424                if (usId <= usIdThreshold)
    44254425                {
     4426                    // remove this PP so the button inherits
     4427                    // the notebook's font
     4428                    WinRemovePresParam(hwndItem, PP_FONTNAMESIZE);
     4429
    44264430                    // pushbutton to change:
    44274431                    WinSetWindowBits(hwndItem,
Note: See TracChangeset for help on using the changeset viewer.