Skip to content

Commit

Permalink
load combo box with scape acq modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon committed May 6, 2024
1 parent c06404d commit 6751ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void createUserInterface() {
pnlChannelTable_.setItemsEnabled(false);
}

cmbAcquisitionModes_ = new ComboBox(AcquisitionMode.toArray(),
cmbAcquisitionModes_ = new ComboBox(AcquisitionMode.getValidKeys(),
acqSettings.acquisitionMode().toString(),
180, 24);

Expand Down

0 comments on commit 6751ed6

Please sign in to comment.