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/llfloaterland.cpp | |
parent | 2b99edc0992d2bdf3ec065393ab169316a344d13 (diff) |
SL-11668 Changes caused by Arrow Keys were not commited
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index 4a93f1b886..4f147fdb07 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -3319,6 +3319,8 @@ void LLPanelLandEnvironment::refresh() if (gDisconnected) return; + commitDayLenOffsetChanges(false); // commit unsaved changes if any + if (!isSameRegion()) { setCrossRegion(true); |