This commit is contained in:
levinsv 2019-03-11 22:34:47 +05:00
parent 96a96b448c
commit 0bf6ff6c60
6 changed files with 13 additions and 4 deletions

View file

@ -651,6 +651,7 @@ frmQuery::frmQuery(frmMain *form, const wxString &_title, pgConn *_conn, const w
else if (!query.IsNull())
{
sqlQuery->SetText(query);
SetLineEndingStyle();
sqlQuery->Colourise(0, query.Length());
wxSafeYield(); // needed to process sqlQuery modify event
sqlQuery->SetChanged(false);