Fixed a bug where the navbar was using the tree view's bg image rather than

its own.
This commit is contained in:
hyatt 1998-04-30 23:51:59 +00:00
Родитель ca0d270883
Коммит ccb5a8b8f3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -206,7 +206,7 @@ void CNavMenuBar::OnPaint( )
// Background image URL
m_BackgroundImageURL = "";
HT_GetNodeData(top, gNavCenter->treeBGURL, HT_COLUMN_STRING, &data);
HT_GetNodeData(top, gNavCenter->titleBarBGURL, HT_COLUMN_STRING, &data);
if (data)
m_BackgroundImageURL = (char*)data;
m_pBackgroundImage = NULL; // Clear out the BG image.