Update QA mock for new PCB_SELECTION

This commit is contained in:
Seth Hillbrand 2024-05-02 12:49:56 -07:00
parent b211625e53
commit b0c9df3ff4
1 changed files with 5 additions and 0 deletions

View File

@ -513,6 +513,11 @@ PCB_SELECTION& PCB_TOOL_BASE::selection()
return sel;
}
BOX2I PCB_SELECTION::GetBoundingBox( bool aOnlyVisible ) const
{
return BOX2I();
}
EDA_ITEM* PCB_SELECTION::GetTopLeftItem( bool onlyModules ) const
{