diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-25 15:50:31 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-25 15:50:31 -0800 |
commit | a7fde5f5304651d3afb82e5a202089d78c3c57c7 (patch) | |
tree | 292cd809740ea6f6cc7a61230d5449c7a6dfce7f /indra/newview/llpanelprimmediacontrols.h | |
parent | 3efbd20980175f6dae2cecbfbbd23bb326948189 (diff) |
DEV-43402: Don't change the zoom level on the media controls if you click away
Review #46
This also adds a feature where llpanelprimmediacontrols remembers
the object/face that you've zoomed in on, and only switches the
zoom/unzoom icon to "unzoom" if the object/face you are hovering over
is actually the object/face you are zoomed in on
Diffstat (limited to 'indra/newview/llpanelprimmediacontrols.h')
-rw-r--r-- | indra/newview/llpanelprimmediacontrols.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelprimmediacontrols.h b/indra/newview/llpanelprimmediacontrols.h index 4bb05265c8..fe8f100abe 100644 --- a/indra/newview/llpanelprimmediacontrols.h +++ b/indra/newview/llpanelprimmediacontrols.h @@ -195,6 +195,9 @@ private: S32 mTargetObjectFace; LLUUID mTargetImplID; LLVector3 mTargetObjectNormal; + + LLUUID mZoomObjectID; + S32 mZoomObjectFace; }; #endif // LL_PANELPRIMMEDIACONTROLS_H |