summaryrefslogtreecommitdiff
path: root/src/gui/widgets/spellshortcutcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-20 02:07:55 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-20 13:55:43 +0300
commit4c7a11b639ec94c8a32a9a52e99652c464745037 (patch)
treeb17c6a46a06eb00f385347c8147a00cded21c3b6 /src/gui/widgets/spellshortcutcontainer.cpp
parent376c7e4a46c2c18d117db49b143a3f138d6a81c7 (diff)
downloadplus-4c7a11b639ec94c8a32a9a52e99652c464745037.tar.gz
plus-4c7a11b639ec94c8a32a9a52e99652c464745037.tar.bz2
plus-4c7a11b639ec94c8a32a9a52e99652c464745037.tar.xz
plus-4c7a11b639ec94c8a32a9a52e99652c464745037.zip
Add palette inheritance to other shortcutcontainer classes.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r--src/gui/widgets/spellshortcutcontainer.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp
index 22ed8d6b5..061e12b73 100644
--- a/src/gui/widgets/spellshortcutcontainer.cpp
+++ b/src/gui/widgets/spellshortcutcontainer.cpp
@@ -84,6 +84,12 @@ SpellShortcutContainer::~SpellShortcutContainer()
mSpellPopup = nullptr;
}
+void SpellShortcutContainer::setWidget2(const Widget2 *const widget)
+{
+ Widget2::setWidget2(widget);
+ mForegroundColor = getThemeColor(Theme::TEXT);
+}
+
void SpellShortcutContainer::draw(gcn::Graphics *graphics)
{
if (!spellShortcut)