From CDAT/VisTrails#30
It seems that PlotProperties is updated from ProjectController#update_workflow() just after execute_plot() and this is not safe. The PlotProperties gets the QPromptCellWidget instead of the new cell widget.
A workaround can be added for 2.2 but this should definitely be fixed later.
From CDAT/VisTrails#30
It seems that
PlotPropertiesis updated fromProjectController#update_workflow()just afterexecute_plot()and this is not safe. ThePlotPropertiesgets theQPromptCellWidgetinstead of the new cell widget.A workaround can be added for 2.2 but this should definitely be fixed later.