Skip to content

Commit

Permalink
adjusted a commented code part
Browse files Browse the repository at this point in the history
  • Loading branch information
ppescher committed Oct 16, 2002
1 parent 44896dd commit ffb64f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ResizableLib/ResizableFormView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@ BOOL CResizableFormView::OnEraseBkgnd(CDC* pDC)
EraseBackground(pDC);
return TRUE;

// ClipChildren(pDC); // old-method (for safety)
/* ClipChildren(pDC); // old-method (for safety)
return CFormView::OnEraseBkgnd(pDC);
*/
}

int CResizableFormView::OnCreate(LPCREATESTRUCT lpCreateStruct)
Expand Down

0 comments on commit ffb64f0

Please sign in to comment.