imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

OverlayManager: fix duplicated Context parameter #77

Closed stelfrich closed 7 years ago

stelfrich commented 7 years ago

Since OverlayManager extends ContextCommand (which in turn extends AbstractContextual) a Context 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).

ctrueden commented 7 years ago

Awesome! Thank you!