Changeset 4457 for trunk/src/user32/scroll.cpp
- Timestamp:
- Oct 8, 2000, 8:45:36 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r3215 r4457 1 /* $Id: scroll.cpp,v 1.3 6 2000-03-24 17:12:20 cbratschiExp $ */1 /* $Id: scroll.cpp,v 1.37 2000-10-08 18:45:36 sandervl Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 1519 1519 1520 1520 case SB_VERT: 1521 if (fShow V)1521 if (fShow) 1522 1522 { 1523 1523 fShowV = !(win32wnd->getStyle() & WS_VSCROLL);
Note:
See TracChangeset
for help on using the changeset viewer.