Ignore:
Timestamp:
Jun 17, 2001, 11:08:01 PM (24 years ago)
Author:
sandervl
Message:

WS_VISIBLE flag change allowed in SetWindowLong; scrollbar fix for sizebox/grip style

File:
1 edited

Legend:

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

    r5935 r6040  
    1 /* $Id: scroll.cpp,v 1.39 2001-06-09 14:50:19 sandervl Exp $ */
     1/* $Id: scroll.cpp,v 1.40 2001-06-17 21:08:00 sandervl Exp $ */
    22/*
    33 * Scrollbar control
     
    670670  CREATESTRUCTA *lpCreat = (CREATESTRUCTA *)lParam;
    671671
    672   if (!(lpCreat->style & (SBS_SIZEBOX | SBS_SIZEGRIP)) && (lpCreat->style & (SBS_LEFTALIGN | SBS_RIGHTALIGN)))
     672#ifdef __WIN32OS2__
     673  if (!((lpCreat->style & (SBS_SIZEBOX | SBS_SIZEGRIP)) && !(lpCreat->style & (SBS_SIZEBOXTOPLEFTALIGN | SBS_SIZEBOXBOTTOMRIGHTALIGN))))
     674#endif
    673675  {
    674676    if (lpCreat->style & SBS_VERT)
Note: See TracChangeset for help on using the changeset viewer.