Explorar el Código

Fix save to file on configurations with hidden channels

Neal Wilson hace 9 años
padre
commit
83c3befe9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml Ver fichero

@@ -979,7 +979,7 @@
979 979
                 var file = new QFile(filename);
980 980
                 log.clearOutputColumns();
981 981
 				channelSkip = 0;
982
-				for(var i = 0; i < columnNames.length - channelSkip; i++)
982
+				for(var i = 0; i < channels.length; i++)
983 983
 				{
984 984
 					if(channelVisibility[i]) {
985 985
 						if(channelType[i] == "T") {

Loading…
Cancelar
Guardar