Merge pull request #1447 from SiboVG/issue-1446

[#1446] Add OR panel icon for MotorChooserDialog
This commit is contained in:
SiboVG 2022-06-14 21:24:22 +02:00 committed by GitHub
commit 4d97d3746e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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