Page MenuHomePhabricator

Progress-bar doesn't end in plane suggestion in 3D-interpolation
Closed, ResolvedPublic

Description

If you create a segmentation, turn on 3D-interpolation and press "Suggest a plane" button, progress bar goes to 87% and stops.
This happens because there is 8 steps but only 7 progress calls: 4 from edge detector and 3 from QmitkSlicesInterpolator::RunPlaneSuggestion() itself.

Fixed in https://github.com/MITK/MITK/pull/166

Event Timeline

kislinsk edited projects, added MITK (2016-11), Pull Request; removed MITK.
kislinsk moved this task from Backlog to Focus Tasks on the MITK (2016-11) board.
kislinsk claimed this task.
kislinsk moved this task from Focus Tasks to Included on the MITK (2016-11) board.
kislinsk added a subscriber: kislinsk.

Solved with T22136.