[Paraview] Triggering Update for Custom Panel Plugin

clinton at elemtech.com clinton at elemtech.com
Wed Mar 26 16:16:04 EDT 2008


On Wednesday 26 March 2008 2:12:08 pm Mike Jackson wrote:
> I use the following:
>
> emit modified();
>      this->referenceProxy()->setModifiedState(pqProxy::MODIFIED);
>
> and that seems to have the desired effect.

You should call 
this->setModified();
instead.

Clint


More information about the ParaView mailing list