Skip to content

Commit

Permalink
Merge pull request #3549 from Autodesk/bailp/EMSUSD-838/new-layer-col…
Browse files Browse the repository at this point in the history
…lapsed

EMSUSD-838 new layers collapsed
  • Loading branch information
seando-adsk authored Jan 11, 2024
2 parents f66e941 + 0888c6c commit 654ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usd/ui/layerEditor/layerTreeView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void LayerViewMemento::restore(LayerTreeView& view, LayerTreeModel& model)
if (!item)
continue;

bool expanded = true;
bool expanded = false;

PXR_NS::SdfLayerRefPtr layer = item->layer();
if (layer) {
Expand Down

0 comments on commit 654ea69

Please sign in to comment.