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

update msg name after load dbc from paste
old-commit-hash: af685851af
taco
Dean Lee 3 years ago committed by GitHub
parent 8f4338cef4
commit 7616df4a8e
  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