提交 64ef8736 编写于 作者: A anthony

6979568: Test failure:...

6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
Summary: Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer()
Reviewed-by: art, dcherepanov
上级 d64dd5e0
......@@ -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())
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册