diff options
Diffstat (limited to 'indra/newview/llmorphview.h')
-rw-r--r-- | indra/newview/llmorphview.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/llmorphview.h b/indra/newview/llmorphview.h index 1dd8ef7a5f..493f906c6b 100644 --- a/indra/newview/llmorphview.h +++ b/indra/newview/llmorphview.h @@ -43,7 +43,15 @@ class LLFloaterCustomize; class LLMorphView : public LLView { public: - LLMorphView(const std::string& name, const LLRect& rect); + struct Params : public LLInitParam::Block<Params, LLView::Params> + { + Params() + { + mouse_opaque(false); + follows.flags(FOLLOWS_ALL); + } + }; + LLMorphView(const LLMorphView::Params&); void initialize(); void shutdown(); |