Skip to content

Commit 5b3181e

Browse files
committed
Decouple the wizard logger from the model when closing the wizard.
1 parent f955cee commit 5b3181e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/fiji/plugin/trackmate/gui/wizard/TrackMateWizardSequence.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ public TrackMateWizardSequence( final TrackMate trackmate, final SelectionModel
149149
current = startDialogDescriptor;
150150
}
151151

152+
@Override
153+
public void onClose()
154+
{
155+
trackmate.getModel().setLogger( Logger.IJ_LOGGER );
156+
}
157+
152158
@Override
153159
public WizardPanelDescriptor next()
154160
{

0 commit comments

Comments
 (0)