Set backcolors to white when running as Release executable
This commit is contained in:
@@ -205,6 +205,11 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
Application.DoEvents();
|
||||
pg.ItemSelected = myItem; // Select the item
|
||||
#if (DEBUG)
|
||||
pg.MyTabPanel.MyPanel.BackColor = SystemColors.Control;
|
||||
#else
|
||||
pg.MyTabPanel.MyPanel.BackColor = Color.White;
|
||||
#endif
|
||||
return pg;
|
||||
}
|
||||
internal void RemoveItem(DisplayTabItem myItem)
|
||||
|
Reference in New Issue
Block a user