[Paraview] PV Web scrollwheel for zoom, wrong legend
Daniel Zuidinga
info at seoaachen.de
Wed Aug 17 16:08:17 EDT 2016
I added the lines but scroll wheel does not work
>
> Look at ${pv_src}/Web/Python/paraview/web/protocols.py
> #ParaViewWebMouseHandler
> vs ${pv_src}/VTK/Web/Python/vtk/web/protocols.py #vtkWebMouseHandler
>
> it seems the paraview one is missing:
>
> if event.has_key("scroll"):
> pvevent.SetScroll(event["scroll"])
>
> Just add it to your paraview python file.
>
More information about the ParaView
mailing list