diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-04 16:17:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-04 16:17:21 +0300 |
commit | 7dec8e169a09513e9bd7f840fea52491b6d17828 (patch) | |
tree | fbc6d4f886fa85c312e361ad243ddcc1e00e6bec /src/gui/widgets/spellshortcutcontainer.h | |
parent | fee1c7eb49c61afdab1ddb64bc2dfa7a22d6cf35 (diff) | |
download | plus-7dec8e169a09513e9bd7f840fea52491b6d17828.tar.gz plus-7dec8e169a09513e9bd7f840fea52491b6d17828.tar.bz2 plus-7dec8e169a09513e9bd7f840fea52491b6d17828.tar.xz plus-7dec8e169a09513e9bd7f840fea52491b6d17828.zip |
add outline color TEXT color.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h index 62a970c79..81d6d5d73 100644 --- a/src/gui/widgets/spellshortcutcontainer.h +++ b/src/gui/widgets/spellshortcutcontainer.h @@ -80,10 +80,11 @@ class SpellShortcutContainer final : public ShortcutContainer void setWidget2(const Widget2 *const widget); private: - bool mSpellClicked; TextCommand *mSpellMoved; SpellPopup *mSpellPopup; - unsigned mNumber; + unsigned int mNumber; + gcn::Color mForegroundColor2; + bool mSpellClicked; }; #endif |