committed shit yesterday. sorry. IDEA-89494 Breakpoints Dialog: selecting breakpoints with keyboard moves the focus to condition editor

This commit is contained in:
andrey.zaytsev
2012-07-31 16:51:16 +04:00
parent 871f5e4d9e
commit 78bcc61ac7
@@ -90,8 +90,6 @@ public class XBreakpointActionsPanel<B extends XBreakpoint<?>> extends XBreakpoi
String logExpression = myBreakpoint.getLogExpression();
myLogExpressionCheckBox.setSelected(logExpression != null);
myLogExpressionComboBox.setText(logExpression != null ? logExpression : "");
IdeFocusManager.findInstance().requestFocus(myLogExpressionComboBox.getComponent(), false);
}
onCheckboxChanged();
}