Don't disable reload button in action plugins preferences
(cherry picked from commit a86aa6fc3e
)
This commit is contained in:
parent
2066af9f28
commit
874191bd8d
|
@ -221,13 +221,11 @@ bool PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow()
|
||||||
{
|
{
|
||||||
m_showErrorsButton->Disable();
|
m_showErrorsButton->Disable();
|
||||||
m_showErrorsButton->Hide();
|
m_showErrorsButton->Hide();
|
||||||
m_reloadButton->Disable();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_showErrorsButton->Enable();
|
m_showErrorsButton->Enable();
|
||||||
m_showErrorsButton->Show();
|
m_showErrorsButton->Show();
|
||||||
m_reloadButton->Enable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue