Commit 37fe17c5 authored by Sergey Ignatov's avatar Sergey Ignatov Committed by Egor.Ushakov
Browse files

emergency fix for right gutter paining

parent 23532403
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -681,7 +681,7 @@ public class EditorMarkupModelImpl extends MarkupModelImpl implements EditorMark
}
private void paintTrackBasement(@NotNull Graphics g, @NotNull Rectangle bounds) {
if (transparent()) return;
//if (transparent()) return;
g.setColor(EditorColorsManager.getInstance().getGlobalScheme().getDefaultBackground());
g.fillRect(bounds.x, bounds.y, bounds.width, bounds.height);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment