From 83aa99aa77ddbe69082c1b557787bcf029003775 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 19 Apr 2010 04:38:13 -0700 Subject: Applied slviewer-0-v12350-NumberOfDecimalsInTools.patch patch from the CV --- linden/indra/newview/llfloatertools.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llfloatertools.h') 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 @@ * * $LicenseInfo:firstyear=2002&license=viewergpl$ * - * Copyright (c) 2002-2009, Linden Research, Inc. + * Copyright (c) 2002-2010, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab @@ -79,6 +79,8 @@ public: // button highlights, etc. void updatePopup(LLCoordGL center, MASK mask); + void toolsPrecision(); + // When the floater is going away, reset any options that need to be // cleared. void resetToolState(); @@ -197,6 +199,7 @@ public: private: BOOL mDirty; + U32 mPrecision; std::map mStatusText; -- cgit v1.1