mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
REVERT: IDEA-271745 Project view in Undock view mode is drag-and-dropped with a tab under it
GitOrigin-RevId: 9fca5e2fa994d686fd9a44b90bb8511c55f7147a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9698d6fd11
commit
3a23300bba
@@ -127,12 +127,11 @@ public abstract class MouseDragHelper<T extends JComponent> extends MouseAdapter
|
||||
|
||||
@Override
|
||||
public void mousePressed(final MouseEvent e) {
|
||||
if (!canStartDragging(e) || e.isConsumed()) return;
|
||||
if (!canStartDragging(e)) return;
|
||||
|
||||
myPressPointScreen = new RelativePoint(e).getScreenPoint();
|
||||
myPressedOnScreenPoint = new Point(myPressPointScreen);
|
||||
processMousePressed(e);
|
||||
e.consume();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user