mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-22 22:53:54 +08:00
cabana: update state after creating new signal (#27690)
old-commit-hash: 8bd4c0f510
This commit is contained in:
@@ -279,6 +279,7 @@ void SignalModel::handleSignalAdded(MessageId id, const cabana::Signal *sig) {
|
||||
beginInsertRows({}, i, i);
|
||||
insertItem(root.get(), i, sig);
|
||||
endInsertRows();
|
||||
updateState(nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user