Deskbar: Call parent AttachedToWindow() first
must have connection to App Server before FetchIcon() Hopefully fixes #13172
This commit is contained in:
parent
ee7da1af0a
commit
bea76b8aa1
@ -123,9 +123,9 @@ TBarMenuBar::~TBarMenuBar()
|
|||||||
void
|
void
|
||||||
TBarMenuBar::AttachedToWindow()
|
TBarMenuBar::AttachedToWindow()
|
||||||
{
|
{
|
||||||
fDeskbarMenuItem->FetchIcon();
|
|
||||||
|
|
||||||
BMenuBar::AttachedToWindow();
|
BMenuBar::AttachedToWindow();
|
||||||
|
|
||||||
|
fDeskbarMenuItem->FetchIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user