Page MenuHomePhabricator

PlanarFigureInteractor should not handle event if data node is invisible
Closed, ResolvedPublic

Description

Currently the PlanarFigureInteractor handle event even if the data node is invisible.

Should check in method mitk::PlanarFigureInteractor::CanHandleEvent if data node is visible and return value 0.0 if node is invisible.

Event Timeline

New remote branch pushed: bug-14827-planarfigureinteractor-ignore-invisible-nodes

New remote branch pushed: bug-14827-planarfigureinteractor-ignore-invisible-nodes-based-on-master

Added check to method mitk::PlanarFigureInteractor::CanHandleEvent. Data nodes which are invisible will be ignored.

Created following branches:

bug-14827-planarfigureinteractor-ignore-invisible-nodes
bug-14827-planarfigureinteractor-ignore-invisible-nodes-based-on-master

The second branch is based on master and will be merged after the feature freeze for the upcoming release has ended.

The first branch was integrated into the following release branches:

releases/snapshot-201304
releases/snapshot-201305-prepare