Page MenuHomePhabricator

mitk::Tool doesn't work with empty type parameter
Closed, ResolvedPublic

Description

With the new interaction framework it might happen that a tool doesn't need to initialize a state machine in the old fashioned style. This was done by special type name parameters which should accept empty strings as well now.

Event Timeline

User kislinsk has pushed new remote branch:

bug-17482-EmptyTypeStringHandlingInToolClass

[2288db]: Merge branch 'bug-17482-EmptyTypeStringHandlingInToolClass'

Merged commits:

2014-03-12 14:15:41 Stefan Kislinskiy [d43700]
If the type parameter of a Tool is an empty string, no automatic state machine initialization takes place.