Page MenuHomePhabricator

Changes in PointListWidget are not immediately shown in render windows
Closed, ResolvedPublic

Description

Render windows need a click to rerender after changes were made in the PointListWidget. This happens for: delete all points, delete one point, move points within list with "F2" or "F3".

Event Timeline

Does this also apply for new EnhancedPointSetVtkMapper3D? (see T1692)

->Modified is called on the Pointset, but the Mappers seem to not register it. I could just call a RequestUpdateAll() from the widget, but this seems to be a bad workaround.

Markus, maybe you find the time to look into this issue and find a solution together with Jochen.

[SVN revision 20431]
FIX (#2939): explicitly call RequestUpdateAll() when pointset gets modified as workaround for PointSet/Mapper update problem

This should solve the update issue, but the real problem is in the pointset and/or mapper class.

Merging "applicazion modules" component with "ExtApp plugins"