diff --git a/ResizableLib/ResizableFormView.cpp b/ResizableLib/ResizableFormView.cpp index 901e71e..bbebade 100644 --- a/ResizableLib/ResizableFormView.cpp +++ b/ResizableLib/ResizableFormView.cpp @@ -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)