Skip to content
Snippets Groups Projects
Commit b49632f4 authored by Andrey Kleshchev's avatar Andrey Kleshchev Committed by akleshchev
Browse files

SL-20343 Close material live editor if editor floater closes

Closing tools floater disabled selection, material editor can't work without that
parent 1b493d56
No related branches found
No related tags found
No related merge requests found
...@@ -925,6 +925,9 @@ void LLFloaterTools::onClose(bool app_quitting) ...@@ -925,6 +925,9 @@ void LLFloaterTools::onClose(bool app_quitting)
// hide the advanced object weights floater // hide the advanced object weights floater
LLFloaterReg::hideInstance("object_weights"); LLFloaterReg::hideInstance("object_weights");
// hide gltf material editor
LLFloaterReg::hideInstance("live_material_editor");
// prepare content for next call // prepare content for next call
mPanelContents->clearContents(); mPanelContents->clearContents();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment