mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15: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;
|
bool foundServer = false;
|
||||||
cbConnection = cb;
|
cbConnection = cb;
|
||||||
currconn=conn;
|
currconn=conn;
|
||||||
|
wxString grpname=settings->Read(wxT("QuickConnect/group"), wxEmptyString);
|
||||||
|
int pos=cbGroup->FindString(grpname);
|
||||||
|
cbGroup->SetSelection(pos);
|
||||||
foundServer = BuildServerCombo(conn);
|
foundServer = BuildServerCombo(conn);
|
||||||
|
|
||||||
return ShowModal();
|
return ShowModal();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue