diff --git a/AboutPage/AboutPage.cs b/AboutPage/AboutPage.cs index 16bddfbd1..1423a692f 100644 --- a/AboutPage/AboutPage.cs +++ b/AboutPage/AboutPage.cs @@ -177,7 +177,7 @@ namespace MatterHackers.MatterControl }; feedbackButton.Click += (s, e) => UiThread.RunOnIdle(() => { - DialogWindow.Show(); + this.WizardWindow.ChangeToPage(); }); this.AddPageAction(feedbackButton);