Page MenuHomePhabricator

Opacity of lines in the measurement bundle cannot be changed
Closed, ResolvedPublic

Description

The opacity of measurement objects in the measurement bundle is 0.8 per default. It can be changed to 0 or to 1, but not back to a value inbetween 0 and 1.
Moreover, changing the opacity does not have any effect on the object (see T12068)

Event Timeline

MITK-1-0 keyword is obsolete, we use Target Milestones in the future.

Values inbetween 0 and 1 can be set. And the opacity is displayed correctly for everything but the line itself. Tested with MITK-2012.06.99_r5d2306

Issue is solved. Please take a look in bug-12071-ChangeOpacityAndColorPropertyOfPlanarFigure to verify the solution.

[9e3270]: Merge branch 'bug-12071-ChangeOpacityAndColorPropertyOfPlanarFigure'

Merged commits:

2012-09-13 16:45:41 Diana Wald [f18831]
Added constants for enum PlanarFigureDisplayMode


2012-09-13 16:19:41 Diana Wald [338cc4]
Added opacity for shaddow. In addition, default color can be set by "planarfigure.default.x.color" as well.

Once the property "planarfigure.default.x.color" was set, the global "color"
property (e.g. changeable by the context menu) has no longer influence to
the appearance of the planar figure object.


2012-09-13 14:53:52 Diana Wald [fba7b6]
Enabled possibility to change opacity and default color of planar figure objects by global property "color" and "opacity"


2012-09-12 18:03:16 Diana Wald [e80f03]
Added possibility to set the opacity for a simple text (default value 1.0)