JBR-2973 Copy/Move dialog not in the focus on drag-n-drop to Project Tool window from external application

(cherry picked from commit 20fe78b650)
This commit is contained in:
Dmitry Batrak
2020-12-21 18:31:49 +03:00
committed by alexey.ushakov@jetbrains.com
parent 0602e36aed
commit 9024bde456

View File

@@ -708,6 +708,7 @@ class XDnDDropTargetProtocol extends XDropTargetProtocol {
}
if (targetXWindow != null) {
targetXWindow.setUserTime(xclient.get_data(2), true);
notifyProtocolListener(targetXWindow, sourceX, sourceY, userAction,
xclient, MouseEvent.MOUSE_RELEASED);
}