Skip to content

fix parameter passing of NV magic distributor

The NV magic distributor gets a bunch of arguments, and then passes those that are not set to None to its superclass, i.e., the single-click magic distributor. However, the two classes don't have the same signature and therefore exceptions are raised.

Edited by Guus