diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-03 15:48:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-03 15:48:02 +0300 |
commit | 2eb15d389f85e300cb124b990ebbf2663acaa637 (patch) | |
tree | 1016d973c9ca54b262b828daf462f07505c7fd4c /src/gui/widgets/spellshortcutcontainer.cpp | |
parent | 9e4161f7324331498630fb25e72ff6d08c2db76f (diff) | |
download | mv-2eb15d389f85e300cb124b990ebbf2663acaa637.tar.gz mv-2eb15d389f85e300cb124b990ebbf2663acaa637.tar.bz2 mv-2eb15d389f85e300cb124b990ebbf2663acaa637.tar.xz mv-2eb15d389f85e300cb124b990ebbf2663acaa637.zip |
add support for drag and drop from/to shortcuts window.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index df9f421b8..dad7f5dcf 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -170,6 +170,7 @@ void SpellShortcutContainer::mouseDragged(gcn::MouseEvent &event) if (spell) { dragDrop.dragCommand(spell, DRAGDROP_SOURCE_SPELLS, index); + dragDrop.setItem(spell->getId() + SPELL_MIN_ID); } else { |