Skip to content
Permalink
Browse files
8262462: IGV: cannot remove specific groups imported via network
Reviewed-by: neliasso
  • Loading branch information
robcasloz committed Apr 16, 2021
1 parent 7137328 commit 10ec38f
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -114,6 +114,7 @@ private void initReceivers() {
public void started(Group g) {
synchronized(OutlineTopComponent.this) {
getDocument().addElement(g);
g.setParent(getDocument());
}
}
};

1 comment on commit 10ec38f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.