mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't blink with 'Xxx.class' expression icon
This commit is contained in:
+6
@@ -92,6 +92,12 @@ public class PsiClassObjectAccessExpressionImpl extends ExpressionPsiElement imp
|
||||
return "PsiClassObjectAccessExpression:" + getText();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Icon computeBaseIcon(int flags) {
|
||||
return getElementIcon(flags);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public Icon getElementIcon(final int flags) {
|
||||
final RowIcon rowIcon = createLayeredIcon(Icons.FIELD_ICON, 0);
|
||||
rowIcon.setIcon(Icons.PUBLIC_ICON, 1);
|
||||
|
||||
Reference in New Issue
Block a user