Changeset 10157 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 14, 2023, 5:34:03 PM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r10153 r10157  
    609609  int oo = _uploadSamplSp3ComboBox->findText(settings.value("uploadSamplSp3").toString());
    610610    if (oo != -1) {
    611       _uploadSamplSp3ComboBox->setCurrentIndex(nn);
     611      _uploadSamplSp3ComboBox->setCurrentIndex(oo);
    612612    }
    613613
Note: See TracChangeset for help on using the changeset viewer.