mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add inti-aliasing for focus indicator (internal action)
This commit is contained in:
@@ -177,6 +177,7 @@ public class FocusDebuggerAction extends AnAction implements DumbAware {
|
||||
}
|
||||
}
|
||||
drawOnGraphics(g -> {
|
||||
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
|
||||
g.setColor(myApplicationState.getColor());
|
||||
g.fillOval(5,5, 10, 10);
|
||||
g.setColor(JBColor.black);
|
||||
|
||||
Reference in New Issue
Block a user