Page MenuHomePhabricator

PlanarSubdivisionPolygon not finalized correctly
Closed, ResolvedPublic

Description

When finished the creation of a PlanarSubdivisionPolygon via double click, the figure is not correctly finalized.

A callback method from observing the event 'EndInteractionPlanarFigureEvent' would be called too early as the bool property "initiallyplaced" is set too late.

Thus the figure is not correctly finalized when the callback is called. This may lead to incorrect evaluation as the last three control-points are not interpolated.

Event Timeline

Markus fixed this bug:

The problem was an early event notification, before a flag to mark the end of the interaction was set. Issuing the event AFTER setting the flag resolved the problem.

[ca0cf0]: Merge branch 'bug-9672-smooth-roi-not-finalized-correctly'

Merged commits:

2011-10-10 10:43:06 Mathias Seitel [6e4749]
Make sure that smooth ROI is correctly displayed right after interaction

Bug has been fixed and integrated into master.