fix issue#22

Так же исправление падения при открытии инструмента запросов из командной строки.
This commit is contained in:
lsv 2022-03-04 12:28:15 +05:00
parent 7ab2780404
commit 65eef54d6a
2 changed files with 3 additions and 0 deletions

View file

@ -778,6 +778,7 @@ bool pgAdmin3::OnInit()
{
wxLogInfo(wxT("Auto-loading file: %s"), fn.c_str());
}
SetTopWindow(NULL);
frmQuery *fq = new frmQuery(NULL, wxEmptyString, conn, wxEmptyString, fn);
fq->Go();
}