Commit 78f3d7dc authored by Anton Bragin's avatar Anton Bragin Committed by intellij-monorepo-bot
Browse files

DS-899 Graphics2DLog removed to prevent log pollution

GitOrigin-RevId: ac92631aee25c46a87cd86cd034d4e0573a96e94
parent 779f7c63
Showing with 0 additions and 2 deletions
+0 -2
......@@ -44,7 +44,6 @@ import com.intellij.openapi.util.registry.Registry;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.ui.DirtyUI;
import com.intellij.ui.Graphics2DLog;
import com.intellij.ui.Grayer;
import com.intellij.ui.components.Magnificator;
import com.intellij.ui.paint.PaintUtil;
......@@ -119,7 +118,6 @@ public class EditorComponentImpl extends JTextComponent implements Scrollable, D
@DirtyUI
@Override
public void paint(@NotNull Graphics g) {
g = new Graphics2DLog(g);
if (!isEnabled()) {
g = new Grayer((Graphics2D)g, getBackground());
}
......
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