Ignore:
Timestamp:
Jan 8, 2000, 5:47:50 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/button.cpp

    r2290 r2377  
    1 /* $Id: button.cpp,v 1.13 2000-01-01 14:57:08 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.14 2000-01-08 16:47:45 cbratschi Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    239239  POINT pt;
    240240
    241   if (style == BS_GROUPBOX) return 0;
    242241  pt.x = LOWORD(lParam);
    243242  pt.y = HIWORD(lParam);
     
    315314  DWORD style = GetWindowLongA(hwnd,GWL_STYLE) & 0x0f;
    316315
    317   if (style == BS_GROUPBOX) return HTTRANSPARENT;
     316  //if (style == BS_GROUPBOX) return HTTRANSPARENT;
    318317
    319318  return DefWindowProcA(hwnd,WM_NCHITTEST,wParam,lParam);
Note: See TracChangeset for help on using the changeset viewer.