Fix for a thrown assertion when NavCenter is collapsed.

This commit is contained in:
hyatt 1998-05-01 18:52:28 +00:00
Родитель 5be103a762
Коммит 867381123c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -188,6 +188,8 @@ void CNavMenuBar::OnPaint( )
// else m_pMenuButton->SetCustomColors(::GetSysColor(COLOR_INACTIVECAPTIONTEXT), ::GetSysColor(COLOR_INACTIVECAPTION));
// Read in all the properties
if (!m_View) return;
HT_Resource top = HT_TopNode(m_View);
void* data;
PRBool foundData = FALSE;