diff --git a/cmd/winfe/genframe.cpp b/cmd/winfe/genframe.cpp index 21d21c26ded..b5e0fea75bf 100644 --- a/cmd/winfe/genframe.cpp +++ b/cmd/winfe/genframe.cpp @@ -433,7 +433,7 @@ void CGenericFrame::OnNcPaint() CString strTitle; GetWindowText( strTitle ); - dc.FillRect(&rectCaption, &brCaption); + //dc.FillRect(&rectCaption, &brCaption); dc.SetTextColor(::GetSysColor(m_bActive ? COLOR_CAPTIONTEXT : COLOR_INACTIVECAPTIONTEXT)); dc.SetBkMode(TRANSPARENT);