Browse Source

Properly initialize channel parameters on script devices

Neal Wilson 5 years ago
parent
commit
f5b6c5a540
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/unsupportedserial.w

+ 3
- 0
src/unsupportedserial.w View File

@@ -231,6 +231,9 @@ UnsupportedDeviceChannelConfWidget::UnsupportedDeviceChannelConfWidget(DeviceTre
231 231
 			}
232 232
 		}
233 233
 	}
234
+	updateColumnName(columnName->text());
235
+	updateHidden(hideSeries->isChecked());
236
+	updateConfiguration();
234 237
 	connect(columnName, SIGNAL(textEdited(QString)), this, SLOT(updateColumnName(QString)));
235 238
 	connect(hideSeries, SIGNAL(toggled(bool)), this, SLOT(updateHidden(bool)));
236 239
 	connect(channelSettingsModel, SIGNAL(dataChanged(QModelIndex, QModelIndex)),

Loading…
Cancel
Save