Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 2944)
+++ trunk/BNC/bncwindow.cpp	(revision 2945)
@@ -1795,4 +1795,7 @@
       _pppGLONASSCheckBox->setPalette(palette_white);
       _pppGalileoCheckBox->setPalette(palette_white);
+      _pppAntexLineEdit->setPalette(palette_white);
+      _pppAntennaLineEdit->setPalette(palette_white);
+      _pppIgnoreSatAntCheckBox->setPalette(palette_white);
       _pppSPPComboBox->setEnabled(true);
       _pppNMEALineEdit->setEnabled(true);
@@ -1812,4 +1815,7 @@
       _pppRefCrdZLineEdit->setPalette(palette_white);
       _pppRefCrdZLineEdit->setEnabled(true);
+      _pppAntexLineEdit->setEnabled(true);
+      _pppAntennaLineEdit->setEnabled(true);
+      _pppIgnoreSatAntCheckBox->setEnabled(true);
       if (!_pppRefCrdXLineEdit->text().isEmpty() &&
           !_pppRefCrdYLineEdit->text().isEmpty() &&
@@ -1883,4 +1889,7 @@
       _pppAverageLineEdit->setPalette(palette_gray);
       _pppQuickStartLineEdit->setPalette(palette_gray);
+      _pppAntexLineEdit->setPalette(palette_gray);
+      _pppAntennaLineEdit->setPalette(palette_gray);
+      _pppIgnoreSatAntCheckBox->setPalette(palette_gray);
       _pppSPPComboBox->setEnabled(false);
       _pppNMEALineEdit->setEnabled(false);
@@ -1903,4 +1912,7 @@
       _pppAverageLineEdit->setEnabled(false);
       _pppQuickStartLineEdit->setEnabled(false);
+      _pppAntexLineEdit->setEnabled(false);
+      _pppAntennaLineEdit->setEnabled(false);
+      _pppIgnoreSatAntCheckBox->setEnabled(false);
     }
   }
