summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.h
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-02 14:35:37 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-02 14:35:37 +0200
commit371885c37311a772ff76bf2259306c2e58100f36 (patch)
tree218f86ecdf8fb7b168d0615173c6123c26b7366d /indra/llui/llfloaterreg.h
parentfb174d1de39a2b551030da09e0dd9262b79278df (diff)
fix for normal EXT-4810 Block hot-keys in mouse-look mode
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r--indra/llui/llfloaterreg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h
index 634a235926..8a11d5c3f2 100644
--- a/indra/llui/llfloaterreg.h
+++ b/indra/llui/llfloaterreg.h
@@ -75,6 +75,7 @@ private:
static instance_map_t sInstanceMap;
static build_map_t sBuildMap;
static std::map<std::string,std::string> sGroupMap;
+ static bool sBlockShowFloaters;
public:
// Registration
@@ -152,6 +153,8 @@ public:
{
return dynamic_cast<T*>(showInstance(name, key, focus));
}
+
+ static void blockShowFloaters(bool value) { sBlockShowFloaters = value;}
};