Call Layout OnSizeGrid
Fixes https://gitlab.com/kicad/code/kicad/issues/5690
This commit is contained in:
parent
48bd564639
commit
4e63aefaab
|
@ -1048,6 +1048,7 @@ void DIALOG_SYMBOL_PROPERTIES::OnSizeGrid( wxSizeEvent& event )
|
|||
if( m_width != new_size )
|
||||
{
|
||||
AdjustGridColumns( new_size );
|
||||
Layout();
|
||||
}
|
||||
|
||||
// Always propagate for a grid repaint (needed if the height changes, as well as width)
|
||||
|
|
Loading…
Reference in New Issue