From e802482b27400e16be9936b716c80cf952a5c2c5 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 3 Dec 2002 14:32:46 -0500 Subject: remove code warrior and fixed GUI isues --- Source/MFCDialog/CMakeSetupDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp index d062e90..1eb3895 100644 --- a/Source/MFCDialog/CMakeSetupDialog.cpp +++ b/Source/MFCDialog/CMakeSetupDialog.cpp @@ -951,13 +951,13 @@ void CMakeSetupDialog::OnSize(UINT nType, int cx, int cy) m_WhereSourceControl.GetWindowRect(&cRect); m_WhereSourceControl.SetWindowPos(&wndTop, cRect.left, cRect.top, cRect.Width() + deltax, - cRect.Height() + deltay, + cRect.Height(), SWP_NOCOPYBITS | SWP_NOMOVE | SWP_NOZORDER); m_WhereBuildControl.GetWindowRect(&cRect); m_WhereBuildControl.SetWindowPos(&wndTop, cRect.left, cRect.top, cRect.Width() + deltax, - cRect.Height() + deltay, + cRect.Height(), SWP_NOCOPYBITS | SWP_NOMOVE | SWP_NOZORDER); m_ListFrame.GetWindowRect(&cRect); -- cgit v0.12