mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-131846 User font size may be too big for some controls (Watches, Evaluate, Inspect...)
This commit is contained in:
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user