Fix merge damage.

This commit is contained in:
Jeff Young 2022-02-20 21:25:50 +00:00
parent fad4c135fa
commit 78ae3d286a
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ bool DIALOG_GRAPHIC_ITEM_PROPERTIES::TransferDataFromWindow()
if( !DIALOG_GRAPHIC_ITEM_PROPERTIES_BASE::TransferDataFromWindow() )
return false;
LAYER_NUM layer = m_LayerSelectionCtrl->GetLayerSelection();
int layer = m_LayerSelectionCtrl->GetLayerSelection();
BOARD_COMMIT commit( m_parent );
commit.Modify( m_item );