Skip to content

Commit 383adc0

Browse files
committed
Spore ModAPI Launcher: fix winforms designer not opening DownloadDialog
1 parent d927817 commit 383adc0

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Spore ModAPI Launcher/DownloadDialog.Designer.cs

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Spore ModAPI Launcher/DownloadDialog.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ public partial class DownloadDialog : Form
2121

2222
public DownloadDialog(string title)
2323
{
24-
InitializeComponent(title);
24+
InitializeComponent();
25+
this.Text = title;
2526
}
2627

2728
private void DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs args)

0 commit comments

Comments
 (0)