From 26da2f9c144799264e2d36bf2988ba8bc404ee11 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 30 Oct 2009 16:08:15 +0000 Subject: added skinned cursors (patch by Erik Ölsar) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1338 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/textscroller.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/textscroller.cpp') diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp index ef794ec10..5ab6ae601 100644 --- a/src/ui/textscroller.cpp +++ b/src/ui/textscroller.cpp @@ -117,6 +117,7 @@ void TextScroller::setText(const QString& text) void TextScroller::updateSkin() { m_color.setNamedColor(m_skin->getPLValue("mbfg")); + setCursor(m_skin->getCursor(Skin::CUR_SONGNAME)); } -- cgit v1.2.3-13-gbd6f