summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/widgets/itemcontainer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp
index 2e36ad677..b6ac3cff3 100644
--- a/src/gui/widgets/itemcontainer.cpp
+++ b/src/gui/widgets/itemcontainer.cpp
@@ -1027,6 +1027,8 @@ void ItemContainer::mouseReleased(MouseEvent &event)
}
else if (src == DragDropSource::MailEdit)
{
+ if (event.getType() == MouseEventType::RELEASED2)
+ return;
if (settings.enableNewMailSystem)
{
if (mailEditWindow == nullptr)