Don't change preview notebook selection when editing

This causes focus change (on GTK at least), plus the user might
not want the notebook to change in the first place.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/5477
This commit is contained in:
Jon Evans 2020-09-07 12:08:40 -04:00
parent e3ff3a2d15
commit 11e61db03d
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ void DIALOG_PAD_PROPERTIES::updateRoundRectCornerValues()
m_tcChamferRatio1->ChangeValue( ratio );
}
m_previewNotebook->ChangeSelection( 0 );
redraw();
}