Update QA mock for new PCB_SELECTION
This commit is contained in:
parent
b211625e53
commit
b0c9df3ff4
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue