From 7d534eaabc15aa0ad55b68590dd59324824152fb Mon Sep 17 00:00:00 2001 From: Vesa Date: Wed, 15 Jan 2014 20:24:08 +0200 Subject: [PATCH] Fixed typo :P --- src/gui/lmms_style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );