mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
bug fix
This commit is contained in:
parent
503dfba43b
commit
51fc0dec7f
14 changed files with 711 additions and 660 deletions
|
|
@ -48,7 +48,7 @@ public:
|
|||
~ctlSQLBox();
|
||||
|
||||
void Create(wxWindow *parent, wxWindowID id = -1, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = 0);
|
||||
|
||||
void HighlightBrace(int lb, int rb);
|
||||
void SetDatabase(pgConn *db);
|
||||
|
||||
void OnKeyDown(wxKeyEvent &event);
|
||||
|
|
|
|||
|
|
@ -148,7 +148,8 @@ protected:
|
|||
wxMBConv &conv;
|
||||
bool needColQuoting;
|
||||
mutable wxArrayString colTypes, colFullTypes;
|
||||
wxArrayInt colClasses;
|
||||
mutable wxArrayInt colClasses;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue