summaryrefslogtreecommitdiff
path: root/src/gui/widgets/avatarlistbox.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/avatarlistbox.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/avatarlistbox.cpp')
-rw-r--r--src/gui/widgets/avatarlistbox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/avatarlistbox.cpp b/src/gui/widgets/avatarlistbox.cpp
index 76b5ccfc4..eb1a00fe2 100644
--- a/src/gui/widgets/avatarlistbox.cpp
+++ b/src/gui/widgets/avatarlistbox.cpp
@@ -419,6 +419,10 @@ void AvatarListBox::mousePressed(gcn::MouseEvent &event)
}
}
+void AvatarListBox::mouseReleased(gcn::MouseEvent &event A_UNUSED)
+{
+}
+
void AvatarListBox::optionChanged(const std::string &value)
{
if (value == "showgender")