PANEL_PCBNEW_ACTION_PLUGINS: fix not working "open plugins folder" on Linux

This commit is contained in:
jean-pierre charras 2021-06-15 19:51:28 +02:00
parent 27932883d9
commit db19ae226a
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ bool PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow()
void PANEL_PCBNEW_ACTION_PLUGINS::OnOpenDirectoryButtonClick( wxCommandEvent& event )
{
m_frame->GetToolManager()->RunAction( PCB_ACTIONS::pluginsShowFolder );
m_frame->GetToolManager()->RunAction( PCB_ACTIONS::pluginsShowFolder, true );
}
void PANEL_PCBNEW_ACTION_PLUGINS::OnShowErrorsButtonClick( wxCommandEvent& event )