Changeset 2984 in ntrip
- Timestamp:
- Feb 8, 2011, 1:22:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2981 r2984 1803 1803 || sender() == _pppUsePhaseCheckBox 1804 1804 || 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")) { 1809 1809 _pppSPPComboBox->setPalette(palette_white); 1810 1810 _pppNMEALineEdit->setPalette(palette_white);
Note:
See TracChangeset
for help on using the changeset viewer.