aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-02-20 17:07:34 +0100
committerArmin Weatherwax2010-04-28 19:15:02 +0200
commitac1eed6ff3e2ef03858256da76fd8408dcc79e9a (patch)
tree33ee9ac87dfd08b7c98a22a2023de134c2574d84 /linden/indra/newview/lltoolpie.h
parentMerge commit 'jacek/next' into next (diff)
downloadmeta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.zip
meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.tar.gz
meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.tar.bz2
meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.tar.xz
fix: crash on relog; appearence self pie greyed out after relog.
Diffstat (limited to 'linden/indra/newview/lltoolpie.h')
-rw-r--r--linden/indra/newview/lltoolpie.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolpie.h b/linden/indra/newview/lltoolpie.h
index 83df03c..113fba7 100644
--- a/linden/indra/newview/lltoolpie.h
+++ b/linden/indra/newview/lltoolpie.h
@@ -83,9 +83,10 @@ private:
83 BOOL mGrabMouseButtonDown; 83 BOOL mGrabMouseButtonDown;
84 BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region 84 BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region
85 LLPickInfo mPick; 85 LLPickInfo mPick;
86 LLPointer<LLViewerObject> mClickActionObject;
87 U8 mClickAction; 86 U8 mClickAction;
88 LLSafeHandle<LLObjectSelection> mLeftClickSelection; 87 LLSafeHandle<LLObjectSelection> mLeftClickSelection;
88protected:
89 LLPointer<LLViewerObject> mClickActionObject;
89}; 90};
90 91
91 92