-
Bug
-
Resolution: Fixed
-
P4
-
10
-
b34
-
windows
The test is supposed to check the color between the "north" button and "center" list to check the transparency. So the only check added is that color should not be equal to FG_COLOR. Working on HIDPI with uiScale>1.0, this test should fail as the none of the swing components get scaled. But when it is not getting scaled, it will pick color from wrong coordinate, but as the color is not equal to the FG_COLOR, the test passes.