File codeblocks-wx32.patch of Package codeblocks
--- a/src/plugins/contrib/clangd_client/optionsdlg.cpp
+++ b/src/plugins/contrib/clangd_client/optionsdlg.cpp
@@ -112,5 +112,5 @@
const wxString prompt = _("Enter Command (e.g. clangd --version):");
wxString value = m_pClient->GetVersionCommand();
const wxString title = _("Get LSP Client version command");
- value = wxGetTextFromUser(title, prompt, value, this, wxDefaultCoord, wxDefaultCoord, true, wxDefaultPosition);
+ value = wxGetTextFromUser(title, prompt, value, this, wxDefaultCoord, wxDefaultCoord, true);
m_pClient->SetVersionCommand(value);
}