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

update msg name after load dbc from paste
pull/25943/head
Dean Lee 3 years ago committed by GitHub
parent b727f6cff4
commit af685851af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/cabana/messageswidget.cc

@ -98,6 +98,7 @@ void MessagesWidget::loadDBCFromPaste() {
if (dlg.exec()) { if (dlg.exec()) {
dbc()->open("from paste", dlg.dbc_edit->toPlainText()); dbc()->open("from paste", dlg.dbc_edit->toPlainText());
dbc_combo->setCurrentText("loaded from paste"); dbc_combo->setCurrentText("loaded from paste");
model->updateState(true);
} }
} }

Loading…
Cancel
Save