PCB Editor: Add User Background Images

This commit is contained in:
Mike Williams
2022-07-14 11:23:23 +00:00
parent 1f4079802c
commit 3669cb4673
46 changed files with 978 additions and 30 deletions
+4
View File
@@ -119,6 +119,10 @@ void PCB_EDIT_FRAME::OnEditItemRequest( BOARD_ITEM* aItem )
{
switch( aItem->Type() )
{
case PCB_BITMAP_T:
ShowBitmapPropertiesDialog( aItem);
break;
case PCB_TEXT_T:
case PCB_FP_TEXT_T:
ShowTextPropertiesDialog( aItem );