mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
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:
committed by
alexey.ushakov@jetbrains.com
parent
0602e36aed
commit
9024bde456
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user