mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Adjust sliders on reset.
This commit is contained in:
parent
981665bcd0
commit
ae66db20ad
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ public class RatioAdjustingSliderPanel extends JPanel {
|
|||
for (JStorageSlider slider : sg.getSliders()) {
|
||||
slider.resetDefault();
|
||||
}
|
||||
sg.updateSliderPosition(landSlider);
|
||||
}
|
||||
|
||||
public int getCreaturePercentage() {
|
||||
|
|
Loading…
Reference in a new issue