Ignore:
Timestamp:
Jul 4, 1999, 11:06:00 PM (26 years ago)
Author:
cbratschi
Message:

Unicode and other extensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/tooltips.c

    r252 r267  
    1 /* $Id: tooltips.c,v 1.9 1999-06-30 15:52:18 cbratschi Exp $ */
     1/* $Id: tooltips.c,v 1.10 1999-07-04 21:06:00 cbratschi Exp $ */
    22/*
    33 * Tool tip control
     
    19971997    infoPtr->hFont = (HFONT)wParam;
    19981998
    1999     if ((LOWORD(lParam)) & (infoPtr->nCurrentTool != -1)) {
    2000 //      FIXME (tooltips, "full redraw needed!\n");
     1999    if ((LOWORD(lParam)) & (infoPtr->nCurrentTool != -1))
     2000    {
     2001      /* force repaint */
     2002      if (infoPtr->bActive) TOOLTIPS_Show(hwnd,infoPtr);
     2003      else if (infoPtr->bTrackActive) TOOLTIPS_TrackShow(hwnd,infoPtr);
    20012004    }
    20022005
Note: See TracChangeset for help on using the changeset viewer.