Ignore:
Timestamp:
Dec 27, 1999, 6:08:09 PM (26 years ago)
Author:
cbratschi
Message:

SetWindowPos fixed, edit: refresh only if visible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/edit.cpp

    r2204 r2211  
    1 /* $Id: edit.cpp,v 1.25 1999-12-26 17:30:14 cbratschi Exp $ */
     1/* $Id: edit.cpp,v 1.26 1999-12-27 17:08:07 cbratschi Exp $ */
    22/*
    33 *      Edit control
     
    37253725  RECT rect;
    37263726
     3727  if (!IsWindowVisible(hwnd)) return;
     3728
    37273729  //CB: original controls redraws many times, cache drawing
    37283730  HideCaret(hwnd);
Note: See TracChangeset for help on using the changeset viewer.