aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-19 04:38:13 -0700
committerMcCabe Maxsted2010-04-19 04:38:13 -0700
commit83aa99aa77ddbe69082c1b557787bcf029003775 (patch)
tree1bdfed4a2284428b8563b5b83285ec899ee6c9cf /linden/indra/newview/llfloatertools.h
parentUse metaverseink.com for non-SL web searches (diff)
downloadmeta-impy-83aa99aa77ddbe69082c1b557787bcf029003775.zip
meta-impy-83aa99aa77ddbe69082c1b557787bcf029003775.tar.gz
meta-impy-83aa99aa77ddbe69082c1b557787bcf029003775.tar.bz2
meta-impy-83aa99aa77ddbe69082c1b557787bcf029003775.tar.xz
Applied slviewer-0-v12350-NumberOfDecimalsInTools.patch patch from the CV
Diffstat (limited to 'linden/indra/newview/llfloatertools.h')
-rw-r--r--linden/indra/newview/llfloatertools.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertools.h b/linden/indra/newview/llfloatertools.h
index 2bb3fb7..ba09bc8 100644
--- a/linden/indra/newview/llfloatertools.h
+++ b/linden/indra/newview/llfloatertools.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2009, Linden Research, Inc. 7 * Copyright (c) 2002-2010, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -79,6 +79,8 @@ public:
79 // button highlights, etc. 79 // button highlights, etc.
80 void updatePopup(LLCoordGL center, MASK mask); 80 void updatePopup(LLCoordGL center, MASK mask);
81 81
82 void toolsPrecision();
83
82 // When the floater is going away, reset any options that need to be 84 // When the floater is going away, reset any options that need to be
83 // cleared. 85 // cleared.
84 void resetToolState(); 86 void resetToolState();
@@ -197,6 +199,7 @@ public:
197 199
198private: 200private:
199 BOOL mDirty; 201 BOOL mDirty;
202 U32 mPrecision;
200 203
201 std::map<std::string, std::string> mStatusText; 204 std::map<std::string, std::string> mStatusText;
202 205