diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItem.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItem.cpp index 544bf672..d9ea842e 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItem.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItem.cpp @@ -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(); font.setPixelSize(11);