Page MenuHomePhabricator

PlanarFigure TextBrowser is not updated when control points are moved
Closed, ResolvedPublic

Event Timeline

As described in T3031, an itk::EndEvent() is now issued when interaction with a PlanarFigure is completed, which can be listened to so that the application updates itself.

The interactor now also throws a Modified event on the node additionally to the EndEvent as this eases the event handling for DataTreeNodes containing PlanarFigures.
Updating should work now

Merging "applicazion modules" component with "ExtApp plugins"