mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-09-05 14:14:53 -06:00
Migration to wxWidgets 3.1.5
Выполнен переход на новые библтотеки. Устранены проблемы совместимости. Множество мелких правок.
This commit is contained in:
parent
2bb02a80f4
commit
e257bc0020
94 changed files with 1409 additions and 1241 deletions
|
|
@ -208,6 +208,8 @@ class CursorCellRenderer : public wxGridCellStringRenderer
|
|||
clr = grid.GetSelectionBackground();
|
||||
else
|
||||
clr = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNSHADOW);
|
||||
|
||||
|
||||
dc.SetBrush( wxBrush(clr, wxSOLID) );
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue