diff options
| author | Richard Linden <none@none> | 2010-09-28 17:12:50 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-09-28 17:12:50 -0700 |
| commit | 67be46c78a28864360a0ca5ba66d6044a1b9b38d (patch) | |
| tree | 31493c5ab9eb53047ab3412daf0d54e7c64c5816 /indra/llui/llpanel.cpp | |
| parent | ee50f389fd5d1b4cd07a33a3f769a0a88e45ed2b (diff) | |
made mIsFocusRoot a XUI param
Diffstat (limited to 'indra/llui/llpanel.cpp')
| -rw-r--r-- | indra/llui/llpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llpanel.cpp b/indra/llui/llpanel.cpp index c8e56630f1..d0aba2733f 100644 --- a/indra/llui/llpanel.cpp +++ b/indra/llui/llpanel.cpp @@ -434,7 +434,7 @@ void LLPanel::initFromParams(const LLPanel::Params& p) //and LLView::initFromParams will use them to set visible and enabled setVisible(p.visible); setEnabled(p.enabled); - + setFocusRoot(p.focus_root); setSoundFlags(p.sound_flags); // control_name, tab_stop, focus_lost_callback, initial_value, rect, enabled, visible |
