Fix build error
This commit is contained in:
parent
453efb6d5e
commit
d1223d1cf0
|
@ -87,7 +87,9 @@ void CEnhancementUI::Display(HWND hParent, bool BlockExecution)
|
|||
}
|
||||
if (BlockExecution)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
m_bModal = true;
|
||||
#endif
|
||||
DoModal(hParent);
|
||||
}
|
||||
else if (m_hWnd != NULL)
|
||||
|
@ -96,7 +98,9 @@ void CEnhancementUI::Display(HWND hParent, bool BlockExecution)
|
|||
}
|
||||
else
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
m_bModal = false;
|
||||
#endif
|
||||
Create(hParent);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue