diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-09-29 04:34:12 -0700 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-09-29 04:34:12 -0700 |
commit | 32bfafca4dab088b5aab89affb233aaaac65666a (patch) | |
tree | 28a3638a697f77518af4e6fd3760f883f904a391 /indra/newview/llfloatertools.cpp | |
parent | 052d5c2802fa427ad97bc26ed4ec114b7fd1b80e (diff) | |
parent | a95ad7aac7248c5b81e5d9dd9e606b5ecb61e301 (diff) |
Merge branch 'DRTVWR-559' into DRTVWR-583
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(); |