diff options
| author | Richard Nelson <richard@lindenlab.com> | 2011-10-12 15:46:45 -0700 |
|---|---|---|
| committer | Richard Nelson <richard@lindenlab.com> | 2011-10-12 15:46:45 -0700 |
| commit | 9ca4b8219f1a18b11d457d6f18d3c695aba9aed2 (patch) | |
| tree | 0bcd913e5e135ecb335edc932de7f1a5c928d6da /indra/llui/llfloater.cpp | |
| parent | 23a2a77369b9f4b4fb5e606dc962e5838fb44503 (diff) | |
EXP-1275 WIP A UI element or Keyboard shortcut to clear the viewport
added confirmation dialog before hiding UI
Diffstat (limited to 'indra/llui/llfloater.cpp')
| -rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 4bcc7c6fe0..16fe3b8ca6 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -247,6 +247,7 @@ LLFloater::LLFloater(const LLSD& key, const LLFloater::Params& p) mHeaderHeight(p.header_height), mLegacyHeaderHeight(p.legacy_header_height), mMinimized(FALSE), + mVisibleWhenMinimized(TRUE), mForeground(FALSE), mFirstLook(TRUE), mButtonScale(1.0f), |
