Migration to wxWidgets 3.1.5

Выполнен переход на новые библтотеки. Устранены проблемы совместимости.
Множество мелких правок.
This commit is contained in:
lsv 2021-05-21 11:09:20 +05:00
parent 2bb02a80f4
commit e257bc0020
94 changed files with 1409 additions and 1241 deletions

View file

@ -208,6 +208,8 @@ class CursorCellRenderer : public wxGridCellStringRenderer
clr = grid.GetSelectionBackground();
else
clr = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNSHADOW);
dc.SetBrush( wxBrush(clr, wxSOLID) );
}
else