mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 22:05:31 +00:00
6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer() Reviewed-by: art, dcherepanov
This commit is contained in:
parent
f3d579d254
commit
d849b89a03
@ -4187,7 +4187,7 @@ public class Container extends Component {
|
||||
return true;
|
||||
}
|
||||
|
||||
for (Container cont = getContainer();
|
||||
for (Container cont = this;
|
||||
cont != null && cont.isLightweight();
|
||||
cont = cont.getContainer())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user