viewer#1308 LLFloaterView::restoreAll Crash
parent
bc29431ab2
commit
7719d54f4e
|
|
@ -2476,7 +2476,8 @@ void LLFloaterView::reshape(S32 width, S32 height, BOOL called_from_parent)
|
|||
void LLFloaterView::restoreAll()
|
||||
{
|
||||
// make sure all subwindows aren't minimized
|
||||
for (auto child : *getChildList())
|
||||
child_list_t child_list = *(getChildList());
|
||||
for (LLView* child : child_list)
|
||||
{
|
||||
LLFloater* floaterp = dynamic_cast<LLFloater*>(child);
|
||||
if (floaterp)
|
||||
|
|
|
|||
Loading…
Reference in New Issue