diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-10-02 14:19:16 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-10-02 14:19:16 -0500 |
commit | 942df58666407b405ed4f82e05dea19dcc1a9f18 (patch) | |
tree | a18ddf43684f9a7099ee4ed9c58ca16bd59d78ec /indra/newview/llfloatertools.cpp | |
parent | bc4e90ea5e462662f90c860d69aaa53b88f189c5 (diff) | |
parent | 153bd41bebae9f41e7c5e88dc54526eee152f6cf (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r-- | indra/newview/llfloatertools.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index b6acba6558..5fb4fb9b07 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -925,6 +925,9 @@ void LLFloaterTools::onClose(bool app_quitting) // hide the advanced object weights floater LLFloaterReg::hideInstance("object_weights"); + // hide gltf material editor + LLFloaterReg::hideInstance("live_material_editor"); + // prepare content for next call mPanelContents->clearContents(); |