We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684e651 commit 6616f17Copy full SHA for 6616f17
1 file changed
mmstudio/src/main/java/org/micromanager/acquisition/internal/acqengjcompat/multimda/MultiMDAFrame.java
@@ -349,7 +349,8 @@ private int adjustNrSettings(int nr) {
349
acqPanel_.add(presetCombo, "gapx 20");
350
351
String positionListText = "current position";
352
- if (acqs_.get(lineNr).getPositionList() != null) {
+ if (acqs_.get(lineNr).getPositionList() != null
353
+ && acqs_.get(lineNr).getPositionListFile() != null) {
354
positionListText = acqs_.get(lineNr).getPositionListFile().getName();
355
}
356
final JLabelC positionListLabel = new JLabelC(positionListText);
0 commit comments