We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e002a6 commit 465cc53Copy full SHA for 465cc53
1 file changed
src/main/java/edu/umassmed/omega/commons/trajectoryTool/gui/OmegaTracksToolTargetSelectorDialog.java
@@ -229,7 +229,7 @@ private void selectImage() {
229
// if (!this.isHandlingEvent) {
230
// this.fireEventSelectionPluginImage();
231
// }
232
- this.geip.update((OmegaElement) this.selectedImage);
+ this.geip.updateContent((OmegaElement) this.selectedImage);
233
this.populateParticlesCombo();
234
// this.populateTrajectoriesCombo();
235
}
0 commit comments