diff --git a/src/gui/lmms_style.cpp b/src/gui/lmms_style.cpp index c3fab2153..663454f9f 100644 --- a/src/gui/lmms_style.cpp +++ b/src/gui/lmms_style.cpp @@ -124,7 +124,7 @@ void lmmsStyle::drawPrimitive( PrimitiveElement element, QColor black = QColor( 0, 0, 0 ); QColor shadow = option->palette.shadow().color(); - QColor highlight = option->palette.highligt().color(); + QColor highlight = option->palette.highlight().color(); int a100 = 165; int a75 = static_cast( a100 * .75 );