mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-152840 Breakpoint popup: Condition field mnemonic is passed to main frame
This commit is contained in:
+1
@@ -261,6 +261,7 @@ public class XLightBreakpointPropertiesPanel implements XSuspendPolicyPanel.Dele
|
||||
if (hideCheckbox) {
|
||||
JBLabel label = new JBLabel(XDebuggerBundle.message("xbreakpoints.condition.checkbox"));
|
||||
label.setBorder(JBUI.Borders.empty(0, 4));
|
||||
label.setLabelFor(myConditionComboBox.getComboBox());
|
||||
myConditionEnabledPanel.add(label);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user