Skip to content

Commit

Permalink
Fixed issue where non-ValuePlugs were not syncing during setPlugValue().
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman authored and davidsminor committed Sep 8, 2015
1 parent a3b467b commit d347ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GafferCortex/CompoundParameterHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ void CompoundParameterHandler::setPlugValue()
h->setPlugValue();
}
}
else
{
h->setPlugValue();
}
}
}
}
Expand Down

0 comments on commit d347ccc

Please sign in to comment.