summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-12-03 19:32:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-12-03 19:32:46 (GMT)
commite802482b27400e16be9936b716c80cf952a5c2c5 (patch)
tree4237974aec849d12c0c7e81e64e05849c8432473 /Source
parent8c75b551e6c8482a669e6610db6f59a8907053b2 (diff)
downloadCMake-e802482b27400e16be9936b716c80cf952a5c2c5.zip
CMake-e802482b27400e16be9936b716c80cf952a5c2c5.tar.gz
CMake-e802482b27400e16be9936b716c80cf952a5c2c5.tar.bz2
remove code warrior and fixed GUI isues
Diffstat (limited to 'Source')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp4
1 files 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);