diff --git a/components/interface/VFBTree/VFBTree.js b/components/interface/VFBTree/VFBTree.js index 720889bb5..27e3294dc 100644 --- a/components/interface/VFBTree/VFBTree.js +++ b/components/interface/VFBTree/VFBTree.js @@ -476,6 +476,10 @@ export default class VFBTree extends React.Component { GEPPETTO.on(GEPPETTO.Events.Instances_created, function () { that.setState({ displayColorPicker: false }); }); + + GEPPETTO.on(GEPPETTO.Events.Color_set, function (instance) { + that.forceUpdate(); + }); } render () {