Changeset 3812 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Apr 7, 2012, 11:48:19 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3811 r3812  
    21362136               (_pppSPPComboBox->currentText() == "Post-Processing");
    21372137    }
    2138     else {
    2139       enableWidget(enable, _pppMountLineEdit);
    2140     }
    21412138
    21422139    enableWidget(enable, _pppNMEALineEdit);
     
    21902187    enableWidget(enable9, _postCorrFileChooser);
    21912188    enableWidget(enable9, _postOutLineEdit);
    2192     enableWidget(enable && !enable9, _pppMountLineEdit);
     2189
     2190    bool enable10 = !_pppSPPComboBox->currentText().isEmpty() && !enable9;
     2191    enableWidget(enable10, _pppMountLineEdit);
    21932192  }
    21942193
Note: See TracChangeset for help on using the changeset viewer.