Revert "Deskbar: Call parent AttachedToWindow() first"

This reverts commit bea76b8aa1.
This commit is contained in:
John Scipione 2017-01-09 02:31:23 -08:00
parent f36df2f6fc
commit cce67d76ad

View File

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