mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
Cabana: update msg name after load dbc from paste (#26294)
update msg name after load dbc from paste
old-commit-hash: af685851af
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user