Page MenuHomePhabricator

PlanarFigures should be configurable not to show control-points during interaction
Closed, ResolvedPublic

Description

It should be possible to hide all control-points of a PlanarFigure during interaction.
Thus the control-points do not obscure the vision and the user can position the figure more precisely.

There should be a property to enable this feature, by default the control-points should still be shown during interaction.

Event Timeline

An additional bool property has been added to the PlanarFigures.

When "planarfigure.hidecontrolpointsduringinteraction" is true, the control points will be hidden during interaction.

By default, if the property is not set, the points will still be rendered.

Commits include trivial core modification (include removed)

[ff43fb]: Merge branch 'bug-9800-rebased'

Merged commits:

2011-10-18 14:57:01 Markus Engel [e89dba]
making propertyname lower case


2011-10-18 14:29:39 Markus Engel [2355b0]
adding possibility to hide control-points during interaction


2011-10-18 14:29:14 Markus Engel [069402]
adding possibility to hide the control points

Integrated into master with previous commit.