Browse Source

Fix save to file on configurations with hidden channels

Neal Wilson 9 years ago
parent
commit
83c3befe9a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml View File

979
                 var file = new QFile(filename);
979
                 var file = new QFile(filename);
980
                 log.clearOutputColumns();
980
                 log.clearOutputColumns();
981
 				channelSkip = 0;
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
 					if(channelVisibility[i]) {
984
 					if(channelVisibility[i]) {
985
 						if(channelType[i] == "T") {
985
 						if(channelType[i] == "T") {

Loading…
Cancel
Save