Board-specific hint for board version of Net Settings.

Fixes https://gitlab.com/kicad/code/kicad/issues/13630
This commit is contained in:
Jeff Young 2023-01-26 17:52:11 +00:00
parent aab237852b
commit 8b4c4b8500
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ DIALOG_ASSIGN_NETCLASS::DIALOG_ASSIGN_NETCLASS( EDA_BASE_FRAME* aParent, const w
m_matchingNets->SetFont( KIUI::GetInfoFont( this ) );
m_info->SetFont( KIUI::GetInfoFont( this ).Italic() );
if( aParent->GetFrameType() == FRAME_PCB_EDITOR )
m_info->SetLabel( wxT( "Note: complete netclass assignments can be edited in Board Setup > Project." ) );
SetupStandardButtons();
finishDialogSettings();