set VHD replace option by default.

This commit is contained in:
Brian Carrier 2018-07-19 09:09:36 -04:00 committed by GitHub
parent f401f20103
commit f1e77aac89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,6 +257,7 @@ final class LocalDiskPanel extends JPanel {
pathTextField.setEnabled(copyImageCheckbox.isSelected()); pathTextField.setEnabled(copyImageCheckbox.isSelected());
browseButton.setEnabled(copyImageCheckbox.isSelected()); browseButton.setEnabled(copyImageCheckbox.isSelected());
changeDatabasePathCheckbox.setEnabled(copyImageCheckbox.isSelected()); changeDatabasePathCheckbox.setEnabled(copyImageCheckbox.isSelected());
changeDatabasePathCheckbox.setSelected(copyImageCheckbox.isSelected());
fireUpdateEvent(); fireUpdateEvent();
}//GEN-LAST:event_copyImageCheckboxActionPerformed }//GEN-LAST:event_copyImageCheckboxActionPerformed