Skip to content

Commit

Permalink
RSWD - Set buttons properly on first load
Browse files Browse the repository at this point in the history
  • Loading branch information
WeaverThree committed Oct 29, 2024
1 parent d30f495 commit 7102f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MekHQ/src/mekhq/gui/dialog/ResolveScenarioWizardDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ private void initComponents() {
break;
}
}

tabChanged(); // Make sure the right buttons are active.

setMinimumSize(UIUtil.scaleForGUI(850,600));
setPreferredSize(UIUtil.scaleForGUI(850,1000));
Expand Down

0 comments on commit 7102f35

Please sign in to comment.