Fix bug with Preferences turning hidden items to black.

This commit is contained in:
Jeff Young 2018-09-04 20:15:14 +01:00
parent bbe1d996fd
commit e45e3b3640
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ static COLORBUTTON miscColorButtons[] = {
{ _( "ERC error" ), LAYER_ERC_ERR },
{ _( "Grid" ), LAYER_SCHEMATIC_GRID },
{ _( "Brightened" ), LAYER_BRIGHTENED },
{ _( "Hidden items" ), LAYER_HIDDEN },
{ wxT( "" ), -1 } // Sentinel marking end of list.
};