mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
copyrightForeground attribute is ignored
GitOrigin-RevId: 6b76ab65cdabe91e2cfcc5b86e8f9f735d32b6de
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0976201f8e
commit
56c8ba0430
@@ -390,8 +390,6 @@ public final class AboutPopup {
|
||||
g2.setFont(JBUI.Fonts.create("Segoe UI", 10));
|
||||
}
|
||||
|
||||
g2.setColor(createColor(appInfo.getAboutForeground()));
|
||||
|
||||
JBPoint copyrightCoord = getCopyrightCoord();
|
||||
g2.drawString(getCopyrightText(), copyrightCoord.x, copyrightCoord.y);
|
||||
if (myShowDebugInfo) {
|
||||
|
||||
Reference in New Issue
Block a user