pcbnew: The checkbox 'Center on footprint' was not disabled when the actionButton was changed.

This commit is contained in:
Jan Wichmann 2024-03-13 10:38:00 +01:00 committed by Seth Hillbrand
parent cf97432833
commit 91b850d8df
1 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,8 @@ void DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::onActionButtonChange( wxCommandEvent&
m_fontLabel->Enable( enable );
m_fontCtrl->Enable( enable );
m_centerOnFP->Enable( enable );
enable = !enable;
m_grid->Enable( enable );
}