Add fix missing in my commit 8eee7667

This commit is contained in:
jean-pierre charras 2022-07-24 09:10:51 +02:00
parent 3aabea5191
commit c16d0603c6
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ bool PCB_EDITOR_CONDITIONS::padNumberDisplayFunc( const SELECTION& aSelection, P
bool PCB_EDITOR_CONDITIONS::padFillDisplayFunc( const SELECTION& aSelection, PCB_BASE_FRAME* aFrame )
{
return aFrame->GetPcbNewSettings()->m_ViewersDisplay.m_DisplayPadFill;
return aFrame->Settings().m_ViewersDisplay.m_DisplayPadFill;
}