Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Show line numbers to aid debugging of functions
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@4622 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Oct 30, 2005
1 parent a93dd6c commit c3a31b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frm/frmQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ frmQuery::frmQuery(frmMain *form, const wxString& _title, pgConn *_conn, const w
horizontal->SetMinimumPaneSize(50);

sqlQuery = new ctlSQLBox(horizontal, CTL_SQLQUERY, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE | wxSIMPLE_BORDER | wxTE_RICH2);
sqlQuery->SetMarginWidth(1, 16);
sqlQuery->SetMarginWidth(1, 50);
sqlQuery->SetMarginType(1, 1);

output = new wxNotebook(horizontal, -1, wxDefaultPosition, wxDefaultSize, wxNB_BOTTOM);
sqlResult = new ctlSQLResult(output, conn, CTL_SQLRESULT, wxDefaultPosition, wxDefaultSize);
Expand Down

0 comments on commit c3a31b0

Please sign in to comment.