Skip to content

Commit

Permalink
Add the same to Wide
Browse files Browse the repository at this point in the history
  • Loading branch information
George Blouin authored and George Blouin committed Jan 30, 2023
1 parent 86a38dd commit 261b67a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions saw/src/main/java/saw/gui/frmVeeWide.java
Original file line number Diff line number Diff line change
Expand Up @@ -6177,6 +6177,9 @@ private void GetNewVee() {
chkFullAmph.setSelected(false);
chkDuneBuggy.setSelected(false);
chkEnviroSealing.setSelected(false);
chkTrailer.setSelected(false);
chkSupercharger.setSelected(false);
chkJetBooster.setSelected(false);

if( Omni ) {
UnlockGUIFromOmni();
Expand Down Expand Up @@ -9522,6 +9525,10 @@ private void cmbTechBaseActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F
break;
}

//Adding these here for now, since the loadout gets completely trashed, these selections need to go away.
chkSupercharger.setSelected(false);
chkJetBooster.setSelected(false);

// save the current selections. The 'Mech should have already
// flushed any illegal equipment in the changeover
SaveSelections();
Expand Down

0 comments on commit 261b67a

Please sign in to comment.