Fixed flickering warning when we first land on the Finish page of the HA wizard.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2013-10-28 08:30:01 +00:00
parent 95aa99052a
commit d06df7c236

View File

@ -48,6 +48,7 @@ namespace XenAdmin.Wizards.HAWizard_Pages
public HAFinishPage()
{
InitializeComponent();
pictureBox1.Visible = labelNoVmsProtected.Visible = labelNoHaGuaranteed.Visible = false;
}
#region XenTabPage overrides