mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IDEA-286494 Sync progress icon hard to see in Darcula
GitOrigin-RevId: 00dd63909909e065019bf8bd2c6b33fb86866394
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6f9306d799
commit
c1f4dff1e3
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.ui;
|
||||
|
||||
import com.intellij.diagnostic.StartUpMeasurer;
|
||||
@@ -211,7 +211,7 @@ final class RasterizedImageDataLoader implements ImageDataLoader {
|
||||
originalUserSize);
|
||||
}
|
||||
else {
|
||||
image = ImageLoader.loadPngFromClassResource(path, null, classLoader, imgScale, originalUserSize);
|
||||
image = ImageLoader.loadPngFromClassResource(pathToImage, null, classLoader, imgScale, originalUserSize);
|
||||
}
|
||||
|
||||
if (image != null) break;
|
||||
|
||||
Reference in New Issue
Block a user