diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-10 20:20:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-10 20:20:36 +0300 |
commit | 501f9934731114562c3659918d9d7b39625eb7b5 (patch) | |
tree | afefc8debeff97d40141a342135da8e7ab5cb9bb /src/gui/widgets/itemcontainer.cpp | |
parent | 307818fecbd1f258c668a1667e76e950e9d22622 (diff) | |
download | plus-501f9934731114562c3659918d9d7b39625eb7b5.tar.gz plus-501f9934731114562c3659918d9d7b39625eb7b5.tar.bz2 plus-501f9934731114562c3659918d9d7b39625eb7b5.tar.xz plus-501f9934731114562c3659918d9d7b39625eb7b5.zip |
Allow add skills to shortcuts bar (same as for magic and script commands).
Diffstat (limited to 'src/gui/widgets/itemcontainer.cpp')
-rw-r--r-- | src/gui/widgets/itemcontainer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp index 669d05a66..6438f5deb 100644 --- a/src/gui/widgets/itemcontainer.cpp +++ b/src/gui/widgets/itemcontainer.cpp @@ -293,6 +293,8 @@ void ItemContainer::selectNone() outfitWindow->setItemSelected(-1); if (shopWindow) shopWindow->setItemSelected(-1); +// if (skillDialog) +// skillDialog->setItemSelected(-1); } void ItemContainer::setSelectedIndex(int newIndex) |