cabana: bit level change frequency highlighting (#27259)

* cabana: bit level change highlighting

* change default color
This commit is contained in:
Willem Melching
2023-02-09 00:18:56 +01:00
committed by GitHub
parent d096ec1329
commit 276586fdf0
6 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
}
struct Item {
QColor bg_color = QApplication::style()->standardPalette().color(QPalette::Base);
QColor bg_color = QColor(102, 86, 169, 0);
bool is_msb = false;
bool is_lsb = false;
QString val = "-";