Ignore:
Timestamp:
Feb 8, 2000, 11:30:03 AM (26 years ago)
Author:
sandervl
Message:

Shell positioning fix for Notes

File:
1 edited

Legend:

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

    r2677 r2680  
    1 /* $Id: win32wbase.cpp,v 1.158 2000-02-07 20:32:42 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.159 2000-02-08 10:30:03 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    356356            return FALSE;
    357357        }
     358        //SvL: Shell positioning shouldn't be done for child windows! (breaks Notes)
     359        fXDefault = fCXDefault = FALSE;
    358360  }
    359361  else
Note: See TracChangeset for help on using the changeset viewer.