Removed conditional font color in byte items with changed values, in the hex viewer

This commit is contained in:
Nav
2021-12-25 23:17:57 +00:00
parent f47c1c6a60
commit 1d09f89acf

View File

@@ -61,7 +61,7 @@ void ByteItem::paint(QPainter* painter, const QStyleOptionGraphicsItem* option,
static const auto hoveredAnnotationBackgroundColor = QColor(0x8E, 0x8B, 0x83, 50);
const auto isEnabled = this->isEnabled();
auto textColor = this->valueChanged ? valueChangedTextColor : standardTextColor;
auto textColor = standardTextColor;
auto backgroundColor = std::optional<QColor>();
font.setPixelSize(11);