Skip to content

Commit

Permalink
Merge pull request #296 from Solaris-Skunk-Werks/risc-heat
Browse files Browse the repository at this point in the history
Update Heat Sinks on Module change
  • Loading branch information
WEKarnesky authored Mar 5, 2023
2 parents 3ae0837 + 2b8835b commit 7f8995b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions saw/src/main/java/saw/gui/frmVeeWide.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ private void PPCCapacitor() {
}
}
}
RefreshSummary();
RefreshInfoPane();
RefreshSelectedEquipment();
}
Expand Down Expand Up @@ -443,6 +444,7 @@ private void LaserInsulator() {
}
}
}
RefreshSummary();
RefreshInfoPane();
RefreshSelectedEquipment();
}
Expand Down Expand Up @@ -475,6 +477,7 @@ private void PulseModule() {
}
}
}
RefreshSummary();
RefreshInfoPane();
RefreshSelectedEquipment();
}
Expand Down

0 comments on commit 7f8995b

Please sign in to comment.