mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

Allow for empty but non-null `appModel`. #93

Closed tinevez closed 1 year ago

tinevez commented 5 years ago

MastodonPlugin.setAppModel(MastodonPluginAppModel appModel) is called when a new project is opened.

When no project is open, it is called with appModel == null. This should be changed, so that is is called with a non-null appModel. Some plugins (e.g., now the Merging-Plugin don't need open projects)

tinevez commented 1 year ago

Obsoleted with the branch rework-app-model.