Преглед на файлове

remove code warrior and fixed GUI isues

Ken Martin преди 23 години
родител
ревизия
e802482b27
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Source/MFCDialog/CMakeSetupDialog.cpp

+ 2 - 2
Source/MFCDialog/CMakeSetupDialog.cpp

@@ -951,13 +951,13 @@ void CMakeSetupDialog::OnSize(UINT nType, int cx, int cy)
     m_WhereSourceControl.GetWindowRect(&cRect);
     m_WhereSourceControl.GetWindowRect(&cRect);
     m_WhereSourceControl.SetWindowPos(&wndTop, cRect.left, cRect.top, 
     m_WhereSourceControl.SetWindowPos(&wndTop, cRect.left, cRect.top, 
                                       cRect.Width() + deltax, 
                                       cRect.Width() + deltax, 
-                                      cRect.Height() + deltay, 
+                                      cRect.Height(), 
                                       SWP_NOCOPYBITS | 
                                       SWP_NOCOPYBITS | 
                                       SWP_NOMOVE | SWP_NOZORDER);
                                       SWP_NOMOVE | SWP_NOZORDER);
     m_WhereBuildControl.GetWindowRect(&cRect);
     m_WhereBuildControl.GetWindowRect(&cRect);
     m_WhereBuildControl.SetWindowPos(&wndTop, cRect.left, cRect.top, 
     m_WhereBuildControl.SetWindowPos(&wndTop, cRect.left, cRect.top, 
                                      cRect.Width() + deltax, 
                                      cRect.Width() + deltax, 
-                                     cRect.Height() + deltay, 
+                                     cRect.Height(), 
                                      SWP_NOCOPYBITS | 
                                      SWP_NOCOPYBITS | 
                                      SWP_NOMOVE | SWP_NOZORDER);
                                      SWP_NOMOVE | SWP_NOZORDER);
     m_ListFrame.GetWindowRect(&cRect);
     m_ListFrame.GetWindowRect(&cRect);