Skip to content

Commit

Permalink
Refresh after changing manipulator size.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Nov 17, 2023
1 parent 312e56e commit 1681c2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ public void stateChanged(ChangeEvent evt) {
} else if (evt.getSource() == spnRightManipulatorSize) {
setManipulatorSize(BattleArmor.MOUNT_LOC_RARM, spnRightManipulatorSizeModel.getNumber().doubleValue());
}
refresh.refreshAll();
}

private void setManipulatorSize(int mountLoc, double size) {
Expand Down

0 comments on commit 1681c2c

Please sign in to comment.