diff options
Diffstat (limited to 'src/ui/textscroller.cpp')
| -rw-r--r-- | src/ui/textscroller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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)); } |
