cabana: fill rows with Qt::BDiagPattern if messag size is incorrect (#27750)

old-commit-hash: dd4e07fe7b67ef6db8095a7f654acdc8d6010be6
This commit is contained in:
Dean Lee
2023-03-31 04:00:06 +08:00
committed by GitHub
parent c576ab8b97
commit fa4b80a4b1
2 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -42,8 +42,9 @@ public:
QColor bg_color = QColor(102, 86, 169, 0);
bool is_msb = false;
bool is_lsb = false;
QString val = "-";
QString val;
QList<const cabana::Signal *> sigs;
bool valid = false;
};
std::vector<Item> items;