Skip to content

Commit

Permalink
Merge pull request #285 from bls337/main
Browse files Browse the repository at this point in the history
load combo box with scape acq modes
  • Loading branch information
bls337 authored May 6, 2024
2 parents c06404d + 6751ed6 commit c061977
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 c061977

Please sign in to comment.