Commit c6cd667
committed
Fix TrackMate sometimes crashing with NPE on loading last settings.
The manual tracker factory returns null as for default settings,
which cause issues when trying to use this as default to
deserialize the last used settings.
Noticed by @lxenard1 parent 66dc17f commit c6cd667
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src/main/java/fiji/plugin/trackmate
- detection
- tracking/manual
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
0 commit comments