PANEL_PCBNEW_ACTION_PLUGINS: fix not working "open plugins folder" on Linux
This commit is contained in:
parent
27932883d9
commit
db19ae226a
|
@ -235,7 +235,7 @@ bool PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow()
|
||||||
|
|
||||||
void PANEL_PCBNEW_ACTION_PLUGINS::OnOpenDirectoryButtonClick( wxCommandEvent& event )
|
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 )
|
void PANEL_PCBNEW_ACTION_PLUGINS::OnShowErrorsButtonClick( wxCommandEvent& event )
|
||||||
|
|
Loading…
Reference in New Issue