diff options
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 6e1db9cbd..3a28bfabf 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -46,6 +46,8 @@ SpellShortcutContainer::SpellShortcutContainer(const unsigned number) : mNumber(number), mSpellClicked(false) { + mSpellPopup->postInit(); + addMouseListener(this); addWidgetListener(this); |