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:
parent
e3ff3a2d15
commit
11e61db03d
|
@ -323,7 +323,6 @@ void DIALOG_PAD_PROPERTIES::updateRoundRectCornerValues()
|
|||
m_tcChamferRatio1->ChangeValue( ratio );
|
||||
}
|
||||
|
||||
m_previewNotebook->ChangeSelection( 0 );
|
||||
redraw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue