[#2485] Fix rocket visibility when show all is actioned
This commit is contained in:
parent
196d533b19
commit
8c95f6104d
@ -1392,6 +1392,7 @@ public class RocketActions {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
|
rocket.setVisible(true);
|
||||||
getDescendants(rocket).forEach(descendant -> descendant.setVisible(true));
|
getDescendants(rocket).forEach(descendant -> descendant.setVisible(true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user