Page MenuHomePhabricator

Remove otsu entry from datamanagers context menu
Closed, ResolvedPublic

Description

Since all 3D tools are moved into a separate view the context menu entry can be removed

Event Timeline

New remote branch pushed: bug-16018-RemoveOtsuEntry

Two things:

  • There is a small part in the QmitkDataManager Line 385:

    if(className == "QmitkOtsuAction")

    Please remove that too
  • Please do not completely remove the QmitkOtsuAction class. Mark it as deprecated, in one of the next releases we will remove it.

Thanks!

New remote branch pushed: bug-16018-OtsuActionDeprecation

[cfbb23]: Merge branch 'bug-16018-OtsuActionDeprecation'

Merged commits:

2013-09-18 13:42:03 Joseph Görres [c90372]
made otsu action deprecated and removed it from DataManager