Ignore:
Timestamp:
Aug 20, 2002, 4:53:27 PM (23 years ago)
Author:
sandervl
Message:

PF: set position fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/trackbar.cpp

    r5416 r9057  
    1 /* $Id: trackbar.cpp,v 1.6 2001-03-31 13:25:27 sandervl Exp $ */
     1/* $Id: trackbar.cpp,v 1.7 2002-08-20 14:53:27 sandervl Exp $ */
    22/*
    33 * Trackbar control
     
    12361236
    12371237    infoPtr->nPos = (INT)LOWORD(lParam);
    1238 
    1239     if (lastPos == infoPtr->nPos) return 0; //nothing changed
    12401238
    12411239    if (infoPtr->nPos < infoPtr->nRangeMin)
Note: See TracChangeset for help on using the changeset viewer.