diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-02 20:23:06 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-02 20:23:06 +0300 |
commit | bfc4b9fcf4bb3266e06c2f954854a430cca5075f (patch) | |
tree | 76183516763423c42b11803749555e8a8be8cc94 /indra/newview/llfloaterregioninfo.cpp | |
parent | 2b99edc0992d2bdf3ec065393ab169316a344d13 (diff) |
SL-11668 Changes caused by Arrow Keys were not commited
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index ab91c34b3d..83215a7fec 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -3731,6 +3731,8 @@ BOOL LLPanelRegionEnvironment::postBuild() void LLPanelRegionEnvironment::refresh() { + commitDayLenOffsetChanges(false); // commit unsaved changes if any + if (!mCurrentEnvironment) { if (mCurEnvVersion <= INVALID_PARCEL_ENVIRONMENT_VERSION) |