Changeset 76 for trunk/dll/comp.c


Ignore:
Timestamp:
Nov 22, 2003, 3:48:42 AM (22 years ago)
Author:
root
Message:

Force window refresh after subdir toggle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r2 r76  
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Compare directories
     7
     8  Copyright (c) 1993-02 M. Kimes
     9  Copyright (c) 2003 Steven H.Levine
     10
     11  Revisions     16 Oct 02 MK - Baseline
     12                04 Nov 03 SHL - Force window refresh after subdir toggle
     13
     14***********************************************************************/
     15
    116#define INCL_DOS
    217#define INCL_WIN
     
    16971712          switch(SHORT2FROMMP(mp1)) {
    16981713            case BN_CLICKED:
     1714              cmp = INSTDATA(hwnd);
     1715              if (cmp)
     1716                *cmp->rightlist = 0;
     1717              PostMsg(hwnd,UM_SETUP,MPVOID,MPVOID);
    16991718              PostMsg(hwnd,UM_SETDIR,MPVOID,MPVOID);
    17001719              break;
Note: See TracChangeset for help on using the changeset viewer.