use komihash for icon classes to align rasterized key with a runtime cache key (same algo)

GitOrigin-RevId: fec04acb91d4a69d5c50571d3408c9b0ce3fddd4
This commit is contained in:
Vladimir Krivosheev
2023-03-24 15:08:47 +01:00
committed by intellij-monorepo-bot
parent 6800ed28dc
commit 6dbda83b26
50 changed files with 1976 additions and 1966 deletions

View File

@@ -13,5 +13,5 @@ public final class PythonSdkIcons {
private static @NotNull Icon load(@NotNull String path, int cacheKey, int flags) {
return IconManager.getInstance().loadRasterizedIcon(path, PythonSdkIcons.class.getClassLoader(), cacheKey, flags);
}
/** 16x16 */ public static final @NotNull Icon Python = load("icons/com/jetbrains/python.svg", -37845902, 0);
/** 16x16 */ public static final @NotNull Icon Python = load("icons/com/jetbrains/python.svg", 1348046547, 0);
}