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:
commit
a43d11966d
@ -646,7 +646,6 @@ public class RocketPanel extends JPanel implements TreeSelectionListener, Change
|
|||||||
|
|
||||||
if (clicked == null || clicked.length == 0) {
|
if (clicked == null || clicked.length == 0) {
|
||||||
selectionModel.setSelectionPaths(null);
|
selectionModel.setSelectionPaths(null);
|
||||||
ComponentConfigDialog.disposeDialog();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user