Merge branch 'wipe_tower_ui' into wipe_tower_improvements

This commit is contained in:
Lukas Matena 2018-03-29 09:47:12 +02:00
commit c73d564004
16 changed files with 7337 additions and 4866 deletions

View file

@ -65,7 +65,7 @@ void Chart::draw(wxDC& dc) {
int x = m_rect.GetLeft();
if (last_mark-y < 50) continue;
dc.DrawLine(x-3,y,x+3,y);
dc.DrawText(wxString()<<math_y,wxPoint(x-25,y-7));
dc.DrawText(wxString()<<math_y,wxPoint(x-25,y-2/*7*/));
last_mark = y;
}