Changeset 2984 in ntrip


Ignore:
Timestamp:
Feb 8, 2011, 1:22:16 PM (13 years ago)
Author:
weber
Message:

PPP tab input conditions modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2981 r2984  
    18031803     || sender() == _pppUsePhaseCheckBox   
    18041804     || sender() == _pppAntexLineEdit ) {
    1805     if (!_pppMountLineEdit->text().isEmpty() &&
    1806         !_pppCorrMountLineEdit->text().isEmpty() ||
    1807         !_pppMountLineEdit->text().isEmpty() &&
    1808         _pppSPPComboBox->currentText() == "SPP") {
     1805    if ((!_pppMountLineEdit->text().isEmpty() &&
     1806         !_pppCorrMountLineEdit->text().isEmpty()) ||
     1807       ( !_pppMountLineEdit->text().isEmpty() &&
     1808        _pppSPPComboBox->currentText() == "SPP")) {
    18091809      _pppSPPComboBox->setPalette(palette_white);
    18101810      _pppNMEALineEdit->setPalette(palette_white);
Note: See TracChangeset for help on using the changeset viewer.