mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
use komihash for icon classes to align rasterized key with a runtime cache key (same algo)
GitOrigin-RevId: fec04acb91d4a69d5c50571d3408c9b0ce3fddd4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6800ed28dc
commit
6dbda83b26
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user