IDEA-286494 Sync progress icon hard to see in Darcula

GitOrigin-RevId: 00dd63909909e065019bf8bd2c6b33fb86866394
This commit is contained in:
Konstantin Bulenkov
2022-01-14 16:46:50 +01:00
committed by intellij-monorepo-bot
parent 6f9306d799
commit c1f4dff1e3

View File

@@ -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;