2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

stable version 0.8.21

This commit is contained in:
John Preston
2015-06-02 17:31:25 +03:00
parent 66718de562
commit 31954f5266
8 changed files with 19 additions and 16 deletions

View File

@@ -524,6 +524,7 @@ void HistoryList::dragActionFinish(const QPoint &screenPos, Qt::MouseButton butt
App::pressedItem(0);
}
if (needClick) {
DEBUG_LOG(("Clicked link: %1 (%2) %3").arg(needClick->text()).arg(needClick->readable()).arg(needClick->encoded()));
needClick->onClick(button);
dragActionCancel();
return;