From 65e5e979b830e53dfd16aa9a2fda20c45012239b Mon Sep 17 00:00:00 2001 From: John Lewin Date: Thu, 3 May 2018 08:53:09 -0700 Subject: [PATCH] Reuse parent DialogWindow --- AboutPage/AboutPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);