Reuse parent DialogWindow

This commit is contained in:
John Lewin 2018-05-03 08:53:09 -07:00
parent d2c59589ea
commit 65e5e979b8

View file

@ -177,7 +177,7 @@ namespace MatterHackers.MatterControl
};
feedbackButton.Click += (s, e) => UiThread.RunOnIdle(() =>
{
DialogWindow.Show<ContactFormPage>();
this.WizardWindow.ChangeToPage<ContactFormPage>();
});
this.AddPageAction(feedbackButton);