diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-05 17:12:58 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-05 17:12:58 +0300 |
| commit | d60588ec4fe6adc67de7938bc8ed9570f6cb187c (patch) | |
| tree | 08cbaf210302150abf0e4dd798542673e129428e /indra/newview/llpanelenvironment.h | |
| parent | 107994a68ff556d0ab7213795fe31bf724bc599c (diff) | |
SL-9822 Minimizing viewer resets day editor's values
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
| -rw-r--r-- | indra/newview/llpanelenvironment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index 01b9b9c562..3ed631db41 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -171,6 +171,8 @@ private: LLHandle<LLFloater> mSettingsFloater; LLHandle<LLFloater> mEditFloater; S32 mDirtyFlag; + S32 mEditorLastParcelId; + LLUUID mEditorLastRegionId; bool mCrossRegion; bool mNoSelection; bool mNoEnvironment; |
