dlgSelectConnection resore Group.

This commit is contained in:
lsv 2026-04-20 16:36:20 +05:00
parent d692e0aced
commit 87c6d4a7ec

View file

@ -438,6 +438,9 @@ int dlgSelectConnection::Go(pgConn *conn, wxBitmapComboBox *cb)
bool foundServer = false;
cbConnection = cb;
currconn=conn;
wxString grpname=settings->Read(wxT("QuickConnect/group"), wxEmptyString);
int pos=cbGroup->FindString(grpname);
cbGroup->SetSelection(pos);
foundServer = BuildServerCombo(conn);
return ShowModal();