Merge pull request #2128 from SiboVG/issue-2108

[#2108] Don't dispose config dialog when no components selected in 3D view
This commit is contained in:
Sibo Van Gool 2023-03-24 11:38:50 +01:00 committed by GitHub
commit a43d11966d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,7 +646,6 @@ public class RocketPanel extends JPanel implements TreeSelectionListener, Change
if (clicked == null || clicked.length == 0) {
selectionModel.setSelectionPaths(null);
ComponentConfigDialog.disposeDialog();
return;
}