mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 17:23:44 +08:00
cabana: fill rows with Qt::BDiagPattern if messag size is incorrect (#27750)
old-commit-hash: dd4e07fe7b67ef6db8095a7f654acdc8d6010be6
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user