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
+2 -2
View File
@@ -123,9 +123,9 @@ TBarMenuBar::~TBarMenuBar()
void void
TBarMenuBar::AttachedToWindow() TBarMenuBar::AttachedToWindow()
{ {
BMenuBar::AttachedToWindow();
fDeskbarMenuItem->FetchIcon(); fDeskbarMenuItem->FetchIcon();
BMenuBar::AttachedToWindow();
} }