Bug 586219: Title bar is not updated when switching tabs. r=roc a=blocker

This commit is contained in:
Neil Rashbrook 2010-08-12 14:54:48 -07:00
parent 62d2cf73fb
commit 038b6ea66c

View File

@ -4759,7 +4759,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM &wParam, LPARAM &lParam,
* custom titlebar we paint ourselves. * custom titlebar we paint ourselves.
*/ */
if (mNonClientMargins.top == -1) if (!mCustomNonClient || mNonClientMargins.top == -1)
break; break;
{ {