diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-06-08 18:24:48 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-06-08 18:24:48 +0300 |
commit | f96659d7b0661455c8a29f9186f9c96484b6c193 (patch) | |
tree | b5a508f57af39afbe4937a5dce7856bd17642293 /indra/newview/llfloaterfixedenvironment.cpp | |
parent | 3e1db1f18405d50a63d772722175c859c1952f92 (diff) |
SL-17552 Clear dirty flag when clicking Save button
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.cpp')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index fec218ca3b..aa9a2c164a 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -296,6 +296,7 @@ void LLFloaterFixedEnvironment::onButtonApply(LLUICtrl *ctrl, const LLSD &data) if (ctrl_action == ACTION_SAVE) { doApplyUpdateInventory(setting_clone); + clearDirtyFlag(); } else if (ctrl_action == ACTION_SAVEAS) { |