Completed implementation of 'File->GCode preview...' command

This commit is contained in:
enricoturri1966 2020-09-09 15:03:51 +02:00
parent e010d287c5
commit 2f9dd9d9e8
3 changed files with 87 additions and 44 deletions

View file

@ -228,7 +228,6 @@ public:
memDC.SelectObject(wxNullBitmap);
SetBmp(bitmap);
}
wxYield();
}
void SetBmp(wxBitmap& bmp)