diff options
author | angela <angela@lindenlab.com> | 2010-03-09 15:59:27 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-03-09 15:59:27 +0800 |
commit | 0fe35e068f8148604fe59bff7f80103e75fff07f (patch) | |
tree | 9b09bf8c06ed55a47fdb01192501c9b8a247d167 /indra/llui/llfloaterreg.h | |
parent | 7593605ba056a104b245fd20bd65e97fcde9f26c (diff) |
EXT-4684 Beacons are not shown when beacons floater is minimized
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r-- | indra/llui/llfloaterreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h index 8a11d5c3f2..5cacf76771 100644 --- a/indra/llui/llfloaterreg.h +++ b/indra/llui/llfloaterreg.h @@ -134,6 +134,7 @@ public: static void hideFloaterInstance(const LLSD& sdname); static void toggleFloaterInstance(const LLSD& sdname); static bool floaterInstanceVisible(const LLSD& sdname); + static bool floaterInstanceMinimized(const LLSD& sdname); // Typed find / get / show template <class T> |