use transparent scroll bars in editor by default

This commit is contained in:
Sergey Malenkov
2017-02-16 15:26:22 +03:00
parent 59c2b5e23c
commit 12e18c8e16
2 changed files with 2 additions and 2 deletions
@@ -479,7 +479,7 @@ public class EditorMarkupModelImpl extends MarkupModelImpl implements EditorMark
}
private boolean transparent() {
return !myEditor.shouldScrollBarBeOpaque() && EditorUtil.isRealFileEditor(myEditor);
return !myEditor.shouldScrollBarBeOpaque();
}
private class MyErrorPanel extends ButtonlessScrollBarUI implements MouseMotionListener, MouseListener, MouseWheelListener, UISettingsListener {
@@ -759,7 +759,7 @@ editor.caret.width=2
editor.caret.width.description=Caret width
editor.caret.width.restartRequired=true
editor.transparent.scrollbar=false
editor.transparent.scrollbar=true
editor.transparent.scrollbar.description=Don't paint background for editor scroll bars
editor.full.width.scrollbar=false