Changeset 302 in dev for trunk/abdev/ProjectEditor/SubOperation.cpp
- Timestamp:
- Aug 24, 2007, 2:13:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/ProjectEditor/SubOperation.cpp
r120 r302 1433 1433 hwnd,0,hInst,0); 1434 1434 if(pobj_nv->bClipProjectView==0){ 1435 SetWindowLong (hProjectView,GWL_EXSTYLE,0);1435 SetWindowLongPtr(hProjectView,GWL_EXSTYLE,0); 1436 1436 SetParent(hProjectView,hProjectView_ToolWindow); 1437 1437 ResizeProjectView_ToolWindow();
Note:
See TracChangeset
for help on using the changeset viewer.