mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
Don't disable reload button in action plugins preferences
This commit is contained in:
parent
7aace908e1
commit
a86aa6fc3e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user