Ignore:
Timestamp:
Jul 21, 2002, 12:44:20 PM (23 years ago)
Author:
umoeller
Message:

Coupla fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_chart.c

    r184 r189  
    15761576 *@@changed V0.9.2 (2000-02-29) [umoeller]: fixed baaad PM resource leaks, the bitmap was never freed
    15771577 *@@changed V0.9.12 (2001-05-03) [umoeller]: added WM_CONTEXTMENU support
     1578 *@@changed V0.9.20 (2002-07-17) [pr]: added CHTN_SETFOCUS and CHTN_KILLFOCUS support
    15781579 */
    15791580
     
    17821783                        WinInvalidateRect(hwndChart, NULL, FALSE);
    17831784                }
     1785
     1786                // 0.9.20 (2002-07-17) [pr]
     1787                SendWMControl(hwndChart,
     1788                              (MPARAM)-1,
     1789                              (BOOL)mp2 ? CHTN_SETFOCUS : CHTN_KILLFOCUS,
     1790                              pChtCData->lSourceEmphasis,
     1791                              pChtCData->lSelected);
     1792
    17841793            break;
    17851794
Note: See TracChangeset for help on using the changeset viewer.