From 201376c3f5858ab5432cf849d5474e037c071393 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 May 2013 11:50:29 +0300 Subject: fix code style. --- src/gui/widgets/spellshortcutcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/spellshortcutcontainer.cpp') diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index f03f1d4ca..78c3cec23 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -49,6 +49,7 @@ SpellShortcutContainer::SpellShortcutContainer(const unsigned number) : mSpellMoved(nullptr), mSpellPopup(new SpellPopup), mNumber(number), + mForegroundColor2(getThemeColor(Theme::TEXT_OUTLINE)), mSpellClicked(false) { addMouseListener(this); @@ -73,7 +74,6 @@ SpellShortcutContainer::SpellShortcutContainer(const unsigned number) : mBoxWidth = 1; } mForegroundColor = getThemeColor(Theme::TEXT); - mForegroundColor2 = getThemeColor(Theme::TEXT_OUTLINE); } SpellShortcutContainer::~SpellShortcutContainer() -- cgit v1.2.3-60-g2f50