mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 22:30:29 +00:00
BUG: fix for shrinking cmake oh no
This commit is contained in:
@@ -429,7 +429,7 @@ void CMakeSetupDialog::SaveToRegistry()
|
||||
|
||||
// write the size of the dialog
|
||||
CRect size;
|
||||
this->GetClientRect(&size);
|
||||
this->GetWindowRect(&size);
|
||||
unsigned long width = size.Width();
|
||||
unsigned long height = size.Height();
|
||||
RegSetValueEx(hKey, _T("Width"), 0, REG_DWORD,
|
||||
|
||||
Reference in New Issue
Block a user