Skip to content

Commit

Permalink
Updated session file making it more robust.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 11, 2024
1 parent 13f686e commit 324109c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mrv2/lib/mrvFl/mrvSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,7 @@ namespace mrv

int value;
auto Aitem = model->observeA()->get();
if (Aitem && !Aitem->ocioIcs.empty())
{
mrv::image::setOcioIcs(Aitem->ocioIcs);
}
else
if (!Aitem || Aitem->ocioIcs.empty())
{
value = j["ics"];
ui->uiICS->value(value);
Expand Down

0 comments on commit 324109c

Please sign in to comment.