Add fix missing in my commit 8eee7667
This commit is contained in:
parent
3aabea5191
commit
c16d0603c6
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue