PCB Editor: Add User Background Images
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user