Deskbar: Call parent AttachedToWindow() first

must have connection to App Server before FetchIcon()

Hopefully fixes #13172
This commit is contained in:
John Scipione 2017-01-08 13:02:54 -08:00
parent ee7da1af0a
commit bea76b8aa1

View File

@ -123,9 +123,9 @@ TBarMenuBar::~TBarMenuBar()
void
TBarMenuBar::AttachedToWindow()
{
fDeskbarMenuItem->FetchIcon();
BMenuBar::AttachedToWindow();
fDeskbarMenuItem->FetchIcon();
}