mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-09-04 22:02:34 -06:00
fix bug
This commit is contained in:
parent
96a96b448c
commit
0bf6ff6c60
6 changed files with 13 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue