提交 acd13179 编写于 作者: A anthony

6811674: Container.setComponentZOrder throws NPE

Reviewed-by: art, dcherepanov
上级 81a370f5
......@@ -506,7 +506,9 @@ public class Container extends Component {
adjustDescendants(-(comp.countHierarchyMembers()));
comp.parent = null;
comp.setGraphicsConfiguration(null);
if (needRemoveNotify) {
comp.setGraphicsConfiguration(null);
}
component.remove(index);
invalidateIfValid();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册