fixed up resizing info
This commit is contained in:
parent
189a9db9b6
commit
f42e4d5cd2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user