diff options
author | Merov Linden <merov@lindenlab.com> | 2013-06-25 15:49:39 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-06-25 15:49:39 -0700 |
commit | ec09ce526b477869aa76dddaa8e11eecca57989d (patch) | |
tree | d1ace9a1f76b62e47e2c69bd6ee96d8426bb8008 /indra/newview/llfloatersocial.h | |
parent | fa48ae87415d7e5d5bf7549af30832a14d6a7de2 (diff) |
ACME-612 : Implemented a loading indicator for the map tile when it's loading, also disable the checkbox during that time
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 1e28e3cb7e..8b51d5ca9b 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -103,6 +103,7 @@ private: LLPointer<LLViewerFetchedTexture> mMapTexture; LLPointer<LLUIImage> mMapPlaceholder; bool mReloadingMapTexture; + bool mMapCheckBoxValue; }; #endif // LL_LLFLOATERSOCIAL_H |