mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ENH: add bootstrap support for building fltk
This commit is contained in:
@@ -583,7 +583,7 @@ void CMakeSetupDialog::SaveCacheFromGUI()
|
||||
void CMakeSetupDialog::OnSize(UINT nType, int cx, int cy)
|
||||
{
|
||||
CDialog::OnSize(nType, cx, cy);
|
||||
// TODO: Add your message handler code here
|
||||
|
||||
if(m_CacheEntriesList.m_hWnd)
|
||||
{
|
||||
m_ListFrame.SetWindowPos(&wndTop, 0, 0, cx-28, cy-137,
|
||||
|
||||
Reference in New Issue
Block a user