fix #1246
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -57,3 +57,4 @@ Logs/
|
|||||||
Replays/
|
Replays/
|
||||||
settings.yaml
|
settings.yaml
|
||||||
\#*
|
\#*
|
||||||
|
.*.sw?
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
|
|||||||
this.filesToCopy = filesToCopy;
|
this.filesToCopy = filesToCopy;
|
||||||
this.filesToExtract = filesToExtract;
|
this.filesToExtract = filesToExtract;
|
||||||
|
|
||||||
panel = widget.GetWidget("INSTALL_FROMCD_PANEL");
|
panel = widget;
|
||||||
progressBar = panel.GetWidget<ProgressBarWidget>("PROGRESS_BAR");
|
progressBar = panel.GetWidget<ProgressBarWidget>("PROGRESS_BAR");
|
||||||
statusLabel = panel.GetWidget<LabelWidget>("STATUS_LABEL");
|
statusLabel = panel.GetWidget<LabelWidget>("STATUS_LABEL");
|
||||||
|
|
||||||
@@ -47,6 +47,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
|
|||||||
|
|
||||||
installingContainer = panel.GetWidget("INSTALLING");
|
installingContainer = panel.GetWidget("INSTALLING");
|
||||||
insertDiskContainer = panel.GetWidget("INSERT_DISK");
|
insertDiskContainer = panel.GetWidget("INSERT_DISK");
|
||||||
|
|
||||||
CheckForDisk();
|
CheckForDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user