Ignore:
Timestamp:
Jan 15, 2004, 3:14:24 PM (22 years ago)
Author:
sandervl
Message:

logging update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/ft2supp.cpp

    r10400 r10402  
    262262        calcDimensions(aptlPoints, pwidthHeight);
    263263
    264         if(GetTextMetricsW( hps, &tmW ) == TRUE)
     264        DecreaseLogCount();
     265        if(GetTextMetricsW( hps, &tmW ) == TRUE)
    265266        {
    266267            pwidthHeight->y = tmW.tmHeight;    // *Must* use the maximum height of the font
     
    269270        else DebugInt3();
    270271#endif
     272        IncreaseLogCount();
    271273    }
    272274
Note: See TracChangeset for help on using the changeset viewer.