diff --git a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp index cb6307dc..d8a7c5fa 100644 --- a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp +++ b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp @@ -222,7 +222,7 @@ void Level3ProductView::UpdateColorTable() if ((th & 0x8000u) == 0) { // If bit 0 is zero, then the LSB is numeric - f = static_cast(th); + f = static_cast(th & 0x00ffu); lut[lutIndex] = p->colorTable_->Color(f); } else