IDEA-131846 User font size may be too big for some controls (Watches, Evaluate, Inspect...)

This commit is contained in:
Egor.Ushakov
2015-04-29 19:37:58 +03:00
parent 4bbc2713b0
commit cf9dc657fc
@@ -103,6 +103,7 @@ public class XDebuggerExpressionComboBox extends XDebuggerEditorBase {
@Override
protected void onEditorCreate(EditorEx editor) {
editor.putUserData(DebuggerCopyPastePreprocessor.REMOVE_NEWLINES_ON_PASTE, true);
editor.getColorsScheme().setEditorFontSize(myComboBox.getFont().getSize());
}
};
myEditor.getEditorComponent().setFontInheritedFromLAF(false);