fixed up resizing info

This commit is contained in:
Ken Martin 2001-07-11 13:06:41 -04:00
parent 189a9db9b6
commit f42e4d5cd2

View File

@ -586,6 +586,11 @@ void CMakeSetupDialog::SaveCacheFromGUI()
void CMakeSetupDialog::OnSize(UINT nType, int cx, int cy)
{
if (nType == SIZE_MINIMIZED)
{
CDialog::OnSize(nType, cx, cy);
return;
}
if (m_oldCX == -1)
{
m_oldCX = cx;