소스 검색

Fix save to file on configurations with hidden channels

Neal Wilson 9 년 전
부모
커밋
83c3befe9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml 파일 보기

@@ -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…
취소
저장