Changeset 5928 in ntrip


Ignore:
Timestamp:
Aug 15, 2014, 9:50:20 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5926 r5928  
    16471647  if      ( _pppWidgets._dataSource->currentText() == "RINEX Files") {
    16481648    _runningPostProcessingPPP = true;
    1649     BNC_CORE->startPPP(true);
     1649    _actStart->setEnabled(false);
     1650    BNC_CORE->startPPP(false);
     1651    _actStart->setEnabled(true);
    16501652  }
    16511653  else if ( !_reqcActionComboBox->currentText().isEmpty() ) {
Note: See TracChangeset for help on using the changeset viewer.