mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
dlgSelectConnection resore Group.
This commit is contained in:
parent
d692e0aced
commit
87c6d4a7ec
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue