Update the state of the Include Decals button based on the current StorageOptions.

This commit is contained in:
Kevin Ruland 2012-07-23 16:42:11 +00:00 committed by U-WINDOWS-C28163E\Administrator
parent e78f5b27f1
commit 3c7afcc2fb

View File

@ -176,6 +176,7 @@ public class StorageOptionChooser extends JPanel {
// Compression checkbox // Compression checkbox
compressButton.setSelected(opts.isCompressionEnabled()); compressButton.setSelected(opts.isCompressionEnabled());
decalButton.setSelected(opts.isIncludeDecals());
updateEstimate(); updateEstimate();
} }