Changeset 3812 in ntrip
- Timestamp:
- Apr 7, 2012, 11:48:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3811 r3812 2136 2136 (_pppSPPComboBox->currentText() == "Post-Processing"); 2137 2137 } 2138 else {2139 enableWidget(enable, _pppMountLineEdit);2140 }2141 2138 2142 2139 enableWidget(enable, _pppNMEALineEdit); … … 2190 2187 enableWidget(enable9, _postCorrFileChooser); 2191 2188 enableWidget(enable9, _postOutLineEdit); 2192 enableWidget(enable && !enable9, _pppMountLineEdit); 2189 2190 bool enable10 = !_pppSPPComboBox->currentText().isEmpty() && !enable9; 2191 enableWidget(enable10, _pppMountLineEdit); 2193 2192 } 2194 2193
Note:
See TracChangeset
for help on using the changeset viewer.