Closed stelfrich closed 7 years ago
Since OverlayManager extends ContextCommand (which in turn extends AbstractContextual) a Context parameter is already defined and injected.
OverlayManager
ContextCommand
AbstractContextual
Context
In practice, this leads to an issue when starting the Overlay Manager as described on the ImageJ mailing list (http://imagej.1557.x6.nabble.com/Status-of-the-fiji-Overlay-Manager-td5019460.html).
Awesome! Thank you!
Since
OverlayManager
extendsContextCommand
(which in turn extendsAbstractContextual
) aContext
parameter is already defined and injected.In practice, this leads to an issue when starting the Overlay Manager as described on the ImageJ mailing list (http://imagej.1557.x6.nabble.com/Status-of-the-fiji-Overlay-Manager-td5019460.html).