Merge pull request #1565 from SiboVG/issue-1561

[#1561] Such a stupid bug....
This commit is contained in:
SiboVG 2022-07-30 03:35:38 +02:00 committed by GitHub
commit f3a62d77d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ public class MotorChooserDialog extends JDialog implements CloseableDialog {
// Set the closeable dialog after all initialization
selectionPanel.setCloseableDialog(this);
GUIUtil.setDisposableDialogOptions(this, cancelButton);
GUIUtil.setWindowIcons(this);
}
public void setMotorMountAndConfig( FlightConfigurationId _fcid, MotorMount _mount ) {