mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
committed shit yesterday. sorry. IDEA-89494 Breakpoints Dialog: selecting breakpoints with keyboard moves the focus to condition editor
This commit is contained in:
-2
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user