Don't disable reload button in action plugins preferences

(cherry picked from commit a86aa6fc3e)
This commit is contained in:
qu1ck 2023-03-21 13:48:24 -07:00 committed by Jon Evans
parent 2066af9f28
commit 874191bd8d
1 changed files with 0 additions and 2 deletions

View File

@ -221,13 +221,11 @@ bool PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow()
{
m_showErrorsButton->Disable();
m_showErrorsButton->Hide();
m_reloadButton->Disable();
}
else
{
m_showErrorsButton->Enable();
m_showErrorsButton->Show();
m_reloadButton->Enable();
}
return true;