Show grey background in pin table for pins with no alternates defined.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14030
This commit is contained in:
Jeff Young 2023-09-03 14:35:07 +01:00
parent fb8d52f19e
commit a72df46200
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ public:
{
attr = new wxGridCellAttr;
attr->SetReadOnly( true );
attr->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ) );
}
else
{