Hi Burlen, On Mon, Aug 13, 2012 at 8:50 AM, burlen <[email protected]> wrote: > I've noticed that the slice filter is having similar issue: apply activated > by selecting in the pipeline browser. In my panels this was because pv is > creating/destroying the panel as the object is selected/deselected in the > browser so I had to be more careful during the initialization not to mark > the object as modified, it's probably a similar issue.
Yes, this behavior has changed with the new panels. Property widgets should be lightweight and avoid doing any heavy computation or communication. Also, if you could give me a list of steps to reproduce incorrect modified flag issue I could take a look and fix it for you. Cheers, -kyle _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
