Cabana: update msg name after load dbc from paste (#26294)

update msg name after load dbc from paste
old-commit-hash: af685851af226041f349212a0344dd00f0c3dd6e
This commit is contained in:
Dean Lee
2022-11-01 00:50:27 +08:00
committed by GitHub
parent 8f4338cef4
commit 7616df4a8e
+1
View File
@@ -98,6 +98,7 @@ void MessagesWidget::loadDBCFromPaste() {
if (dlg.exec()) {
dbc()->open("from paste", dlg.dbc_edit->toPlainText());
dbc_combo->setCurrentText("loaded from paste");
model->updateState(true);
}
}