зеркало из https://github.com/mozilla/pjs.git
Fixed a bug where the navbar was using the tree view's bg image rather than
its own.
This commit is contained in:
Родитель
f79016b182
Коммит
8da9bfad0d
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче