Reuse parent DialogWindow
This commit is contained in:
parent
d2c59589ea
commit
65e5e979b8
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ namespace MatterHackers.MatterControl
|
|||
};
|
||||
feedbackButton.Click += (s, e) => UiThread.RunOnIdle(() =>
|
||||
{
|
||||
DialogWindow.Show<ContactFormPage>();
|
||||
this.WizardWindow.ChangeToPage<ContactFormPage>();
|
||||
});
|
||||
|
||||
this.AddPageAction(feedbackButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue