Changeset 7182 for trunk/src/user32/scroll.cpp
- Timestamp:
- Oct 24, 2001, 11:53:14 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r7020 r7182 1 /* $Id: scroll.cpp,v 1.4 4 2001-10-11 17:05:02sandervl Exp $ */1 /* $Id: scroll.cpp,v 1.45 2001-10-24 09:53:14 sandervl Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 837 837 trackThumbPos = thumbPos; 838 838 prevPt = pt; 839 if (nBar == SB_CTL ) SetFocus(hwnd);839 if (nBar == SB_CTL && (GetWindowLongA(hwnd, GWL_STYLE) & WS_TABSTOP)) SetFocus( hwnd ); 840 840 SetCapture(hwnd); 841 841 break;
Note:
See TracChangeset
for help on using the changeset viewer.