mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Switch pad preview canvas to that of parent.
Fixes https://gitlab.com/kicad/code/kicad/issues/6228
This commit is contained in:
parent
ae4614bfbd
commit
daa0c3aaa1
@ -267,7 +267,7 @@ void DIALOG_PAD_PROPERTIES::prepareCanvas()
|
||||
m_padPreviewGAL = new PCB_DRAW_PANEL_GAL( m_boardViewPanel, -1, wxDefaultPosition,
|
||||
wxDefaultSize,
|
||||
m_parent->GetGalDisplayOptions(),
|
||||
EDA_DRAW_PANEL_GAL::GAL_FALLBACK );
|
||||
m_parent->GetCanvas()->GetBackend() );
|
||||
|
||||
m_padPreviewSizer->Add( m_padPreviewGAL, 12, wxEXPAND | wxALL, 5 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user