https://bugs.kde.org/show_bug.cgi?id=446111
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/qt/q | |t/qtwayland/commit/31241d7f | |b6a7ffb8f56bc8ac35ed9f3bc61 | |735b5 Status|ASSIGNED |RESOLVED --- Comment #23 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 31241d7fb6a7ffb8f56bc8ac35ed9f3bc61735b5 by Fushan Wen. Committed on 22/09/2022 at 11:58. Pushed by davidedmundson into branch 'kde/5.15'. Call `finishDrag()` in `QWaylandDataDevice::dragSourceCancelled()` Drags can either get finished or cancelled. If a drag is finished successfully we call finish on the QBasicDrag instance, which quits the nested event loop. This patch adds the connection for cancelled drags. See also: https://bugs.kde.org/show_bug.cgi?id=446111 Pick-to: 6.4 6.2 5.15 Change-Id: Ib93040648da88a433d647c87adcb7a7fabcaef6c Reviewed-by: Liang Qi <liang...@qt.io> (cherry picked from commit c92282b865efcf8c571bb52b5f96d8ad260a1cda) M +1 -0 src/client/qwaylanddatadevice.cpp https://invent.kde.org/qt/qt/qtwayland/commit/31241d7fb6a7ffb8f56bc8ac35ed9f3bc61735b5 -- You are receiving this mail because: You are watching all bug changes.