summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2010-11-25 23:19:12 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2010-11-25 23:19:12 +0200
commitd1549c18b0d126ae3fcc28449901a90214111676 (patch)
treee090b98d976e3ece0274cc8ba9c515fbaa71bd1c /indra/llui/llfloater.h
parent6a3efddaf6e1254c25c2640d9abc055ca661f24d (diff)
STORM-676 ADDITIONAL FIX Added transparency support to the color picker floater.
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index 9eeac9fbfb..e312702257 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -361,6 +361,7 @@ protected:
std::string mVisibilityControl;
std::string mDocStateControl;
LLSD mKey; // Key used for retrieving instances; set (for now) by LLFLoaterReg
+ F32 mCurrentTransparency;
LLDragHandle* mDragHandle;
LLResizeBar* mResizeBar[4];
@@ -412,8 +413,6 @@ private:
bool mDocked;
bool mTornOff;
- F32 mCurrentTransparency;
-
static LLMultiFloater* sHostp;
static BOOL sQuitting;
static std::string sButtonNames[BUTTON_COUNT];