Commit 59ba73a6 authored by Anton Tarasov's avatar Anton Tarasov
Browse files

[followup] IDEA-208347 loss of precision while handling hidpi images

parent 5d84e6e5
Showing with 1 addition and 1 deletion
+1 -1
......@@ -57,7 +57,7 @@ public class IconScaleTest extends BareTestFixtureTestCase {
//
overrideJreHiDPIEnabled(true);
if (SystemInfo.IS_AT_LEAST_JAVA9 || !SystemInfo.isLinux) {
//for (double s : SCALES) test(1, s);
for (double s : SCALES) test(1, s);
}
//
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment