Page MenuHomePhabricator

PlanarFigureInteractor invokes event StartInteractionPlanarFigureEvent although nothing is done
Closed, ResolvedPublic

Description

In the current version of the PlanarFigureInteractor, the event StartInteractionPlanarFigureEvent() is invoked in the condition CheckResetOnPointSelect().

This is the wrong position, as no action is actually performed if the condition returns false.
Conditions should not cause events to be invoked.

Event Timeline

User engelm has pushed new remote branch:

bug-17838-planarfigure-events-falsely-invoked

User engelm has pushed new remote branch:

bug-17838-planarfigure-events-falsely-invoked-master

[50a84c]: Merge branch 'bug-17838-planarfigure-events-falsely-invoked-master'

Merged commits:

2014-06-04 15:46:30 Markus Engel [4a33d5]
moved invocation of event to more suitable method