diff options
author | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
commit | 6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch) | |
tree | b023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/newview/llfloatereditui.cpp | |
parent | Second Life viewer sources 1.20.12 (diff) | |
download | meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2 meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz |
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/newview/llfloatereditui.cpp')
-rw-r--r-- | linden/indra/newview/llfloatereditui.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatereditui.cpp b/linden/indra/newview/llfloatereditui.cpp index 83c69b5..dfb0571 100644 --- a/linden/indra/newview/llfloatereditui.cpp +++ b/linden/indra/newview/llfloatereditui.cpp | |||
@@ -48,6 +48,10 @@ void LLFloaterEditUI::navigateHierarchyButtonPressed(void* data) | |||
48 | LLView* view = LLView::sEditingUIView; | 48 | LLView* view = LLView::sEditingUIView; |
49 | if( !view ) return; | 49 | if( !view ) return; |
50 | LLView* parent = view->getParent(); | 50 | LLView* parent = view->getParent(); |
51 | if(!parent) | ||
52 | { | ||
53 | return ; | ||
54 | } | ||
51 | const LLView::child_list_t* viewChildren = view->getChildList(); | 55 | const LLView::child_list_t* viewChildren = view->getChildList(); |
52 | const LLView::child_list_t* parentChildren = parent->getChildList(); | 56 | const LLView::child_list_t* parentChildren = parent->getChildList(); |
53 | //LLView::child_list_t::iterator | 57 | //LLView::child_list_t::iterator |