Skip to content

[WIP]pqProxyWidget python trace only top level

pqProxyWidget is calling a recursive apply method to ensure all widget applies themselves. apply also take care of python tracing these changes.

However, the recursive aspect of python tracing is managed in smtrace.py, so it should not happen on pqProxyWidget side.

Merge request reports