From ffb64f04447b9e4e19b4e894880d4629648db7bd Mon Sep 17 00:00:00 2001 From: ppescher Date: Wed, 16 Oct 2002 15:24:21 +0000 Subject: [PATCH] adjusted a commented code part --- ResizableLib/ResizableFormView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)