IDEA-67206 When I Alt+Click near breakpoint marker, it becomes removed

This commit is contained in:
Vassiliy Kudryashov
2012-07-11 21:16:40 +04:00
parent 6d91ce162a
commit d49c6c985a
2 changed files with 2 additions and 2 deletions
@@ -297,7 +297,7 @@ public class BreakpointManager implements JDOMExternalizable {
if (event.getButton() != 1) {
return;
}
if (e.getMouseEvent().isControlDown() || e.getMouseEvent().isMetaDown()) {
if (e.getMouseEvent().isControlDown() || e.getMouseEvent().isMetaDown() || e.getMouseEvent().isAltDown()) {
return;
}