This commit is contained in:
Kathy Ruffing 2008-04-25 12:28:55 +00:00
parent db9d9d9b59
commit 1803f315c5

View File

@ -337,11 +337,7 @@ namespace Volian.Controls.Library
} }
Application.DoEvents(); Application.DoEvents();
pg.SelectedItemInfo = myItemInfo; // Select the item pg.SelectedItemInfo = myItemInfo; // Select the item
#if (DEBUG)
pg.MyStepTabPanel.MyStepPanel.BackColor = SystemColors.Control; pg.MyStepTabPanel.MyStepPanel.BackColor = SystemColors.Control;
#else
pg.MyTabPanel.MyPanel.BackColor = Color.White;
#endif
return pg; return pg;
} }
/// <summary> /// <summary>