mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 20:02:13 +08:00
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:
@@ -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