summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popuplist.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-05 12:45:41 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-05 12:45:41 +0300
commit01660865a49250c6ed77159cb3d8b38e7ea37b95 (patch)
treed08d552b885ac4e735d778200963f9f64190e37b /src/gui/widgets/popuplist.cpp
parent901898455259123e13a32a35052b4cadfa8c8a30 (diff)
downloadplus-01660865a49250c6ed77159cb3d8b38e7ea37b95.tar.gz
plus-01660865a49250c6ed77159cb3d8b38e7ea37b95.tar.bz2
plus-01660865a49250c6ed77159cb3d8b38e7ea37b95.tar.xz
plus-01660865a49250c6ed77159cb3d8b38e7ea37b95.zip
Run click action in list box only after mouse released.
Before was on mouse pressed.
Diffstat (limited to 'src/gui/widgets/popuplist.cpp')
-rw-r--r--src/gui/widgets/popuplist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popuplist.cpp b/src/gui/widgets/popuplist.cpp
index 3b382f38a..2d32a5490 100644
--- a/src/gui/widgets/popuplist.cpp
+++ b/src/gui/widgets/popuplist.cpp
@@ -122,7 +122,7 @@ void PopupList::adjustSize()
mListBox->setWidth(width);
}
-void PopupList::mousePressed(gcn::MouseEvent& mouseEvent)
+void PopupList::mouseReleased(gcn::MouseEvent& mouseEvent)
{
if (mouseEvent.getSource() == mScrollArea)
return;