Skip to content

Commit 465cc53

Browse files
author
akramhar
committed
Minor fix
1 parent 8e002a6 commit 465cc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/umassmed/omega/commons/trajectoryTool/gui/OmegaTracksToolTargetSelectorDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ private void selectImage() {
229229
// if (!this.isHandlingEvent) {
230230
// this.fireEventSelectionPluginImage();
231231
// }
232-
this.geip.update((OmegaElement) this.selectedImage);
232+
this.geip.updateContent((OmegaElement) this.selectedImage);
233233
this.populateParticlesCombo();
234234
// this.populateTrajectoriesCombo();
235235
}

0 commit comments

Comments
 (0)