Explorar el Código

Fix unit selection in target profile history.

Neal Wilson hace 11 años
padre
commit
9ee54fb4f0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      config/Windows/profilehistory.xml

+ 2
- 2
config/Windows/profilehistory.xml Ver fichero

@@ -120,12 +120,12 @@
120 120
         v7.triggered.connect(log.LOD_1m);
121 121
 		var showC = findChildObject(this, 'showC');
122 122
 		showC.triggered.connect(function() {
123
-			log.setDisplayUnits(TemperatureDisplay.Celsius);
123
+			log.setDisplayUnits(DAQ.Celsius);
124 124
 			graph.showC();
125 125
 		});
126 126
 		var showF = findChildObject(this, 'showF');
127 127
 		showF.triggered.connect(function() {
128
-			log.setDisplayUnits(TemperatureDisplay.Fahrenheit);
128
+			log.setDisplayUnits(DAQ.Fahrenheit);
129 129
 			graph.showF();
130 130
 		});
131 131
 	]]>

Loading…
Cancelar
Guardar